Skip to content

Commit

Permalink
Use repo-configured variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jun 27, 2024
1 parent 5caebce commit f6b4ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ env.IMAGE_REPOSITORY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}
tags: $IMAGE_REPOSITORY/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}

0 comments on commit f6b4ab9

Please # to comment.