Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Apr 18, 2022
1 parent 99d40f9 commit 0e43058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
echo $RELEASE_VERSION
echo ${{ steps.vars.outputs.tag }}
docker build . --file Dockerfile --build-arg username=${{ secrets.GH_USERNAME }} --build-arg token=${{ secrets.GH_TOKEN }} --tag samagragovernance/orchestrator:$RELEASE_VERSION
docker build . --file Dockerfile --build-arg username=${{ secrets.GH_USERNAME }} --build-arg token=${{ secrets.GH_TOKEN }} --tag samagragovernance/outbound:$RELEASE_VERSION
- name: Push the tagged Docker image
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: docker push samagragovernance/orchestrator:$RELEASE_VERSION
run: docker push samagragovernance/outbound:$RELEASE_VERSION

0 comments on commit 0e43058

Please sign in to comment.