Skip to content

Commit

Permalink
use env context
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekVigas committed Nov 4, 2022
1 parent 4eac567 commit 25e3f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
context: "{{defaultContext}}"
push: true
tags: "ghcr.io/${{IMAGE_REPOSITORY}}:${{IMAGE_TAG}}"
tags: "ghcr.io/${{env.IMAGE_REPOSITORY}}:${{env.IMAGE_TAG}}"

0 comments on commit 25e3f99

Please sign in to comment.