Skip to content

Commit

Permalink
Updated to read img_tag from env instead of input
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronster2018 committed Mar 7, 2024
1 parent 9db6b85 commit 2d3a0ab
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 @@ -53,7 +53,7 @@ jobs:
with:
image: ghcr.io/${{ github.repository }}
dockerfile: Dockerfile
img_tag: ${{ github.event.inputs.img_tag }}
img_tag: ${{ env.img_tag }}
tag: ${{ env.ref }}
push_latest: ${{ env.push_latest}}
registry_token: ${{ github.token }}

0 comments on commit 2d3a0ab

Please sign in to comment.