Skip to content

Commit

Permalink
build image with correct git URI build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh authored Aug 31, 2023
1 parent 906fcff commit 417bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT_HASH=${{ github.sha }}
GIT_REPO_URL=${{ github.repostitoryUrl }}
GIT_REPO_URI=${{ github.repostitoryUrl }}

0 comments on commit 417bba0

Please sign in to comment.