Skip to content

Commit

Permalink
Merge pull request #52 from bcgov/hello-yes
Browse files Browse the repository at this point in the history
hello, yes
  • Loading branch information
alexjoybc authored Nov 29, 2020
2 parents f76f836 + 2cf6005 commit b90ad37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
docker-compose build document-utils-api
docker tag jag-document-utils_document-utils-api:latest ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:latest
docker push ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:latest
docker tag jag-document-utils_document-utils-api:latest ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:1​​​​​​​
docker push ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:1
docker tag jag-document-utils_document-utils-api:latest ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:abc
docker push ${{ secrets.DOCKERHUB_ORG }}/document-utils-api:abc

0 comments on commit b90ad37

Please sign in to comment.