Compare commits

..
6 Commits
Author SHA1 Message Date
Dustin Pianalto 30394b35e5 Merge branch 'master' into development
CI / build (push) Has been cancelled
2020-08-30 21:53:25 -08:00
Dustin Pianalto 87961c5081 Remove branch check and also push latest tag 2020-08-30 17:57:19 -08:00
Dustin Pianalto 562ec6acaf Test github.ref to get branch name
CI / build (push) Has been cancelled
2020-08-30 17:09:13 -08:00
Dustin Pianalto 3169953f3f Test github.ref to get branch name
CI / build (push) Has been cancelled
2020-08-30 17:07:37 -08:00
Dusty.P 35882993c2 Update init.go 2020-08-29 18:42:38 -08:00
Dusty.P 85bcb31d56 Merge pull request #1 from dustinpianalto/development
Add Puzzle parser
2020-08-29 18:37:59 -08:00
+2 -1
View File
@@ -10,7 +10,6 @@ on:
jobs:
build:
if: github.event.base_ref == 'refs/heads/master' || github.event.base_ref == 'refs/heads/development'
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -41,3 +40,5 @@ jobs:
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest