Skip to content

Commit

Permalink
[container] Fix naming of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Feb 23, 2024
1 parent 7bd1bec commit c748157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
build-args: |
REPOSITORY_URL=${{ env.REPOSITORY_URL }}
REPOSITORY_BRANCH=${{ env.REPOSITORY_BRANCH }}
REPOSITORY_TAG=${{ needs.preparation.outputs.version }}
REPOSITORY_VERSION=${{ needs.preparation.outputs.version }}
context: .
file: ./Dockerfile
push: true
Expand Down

0 comments on commit c748157

Please sign in to comment.