Skip to content

Commit

Permalink
fix(ci): fix master workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bertrand committed Apr 21, 2021
1 parent 8270e8c commit 99be3b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_push_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Get and set tag
shell: bash
run: |
echo "TAG=${GITHUB_SHA}" >> $GITHUB_ENV
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: statcan/ingress-istio-controller:${{ env.GITHUB_SHA }}
tags: statcan/ingress-istio-controller:${{ env.TAG }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 99be3b5

Please sign in to comment.