Skip to content

Commit

Permalink
update workflow 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kobrikx committed Oct 14, 2021
1 parent 56b06d8 commit 64a19a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: ${{ env.DOCKER_IMAGE_NAME }}/${{ env.DOCKER_REGISTRY }}:latest
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} > digest.txt
Expand Down

0 comments on commit 64a19a3

Please sign in to comment.