Skip to content

Commit ed3d3db

Browse files
committed
set correct env variable for Dockerfile ARG
1 parent 2c62d7e commit ed3d3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
BUILD_URL=${{ steps.set_build_url.outputs.build_url }}
7272
GIT_REF_NAME=${{ github.ref_name }}
7373
GIT_SHA=${{ github.sha }}
74-
GIT_URL=${{ github.repositoryUrl }}
74+
GIT_REPOSITORY_URL=${{ github.repositoryUrl }}
7575
cache-from: type=registry,ref=${{ steps.cache-meta.outputs.tags }}
7676
cache-to: type=registry,ref=${{ steps.cache-meta.outputs.tags }},mode=max
7777
labels: ${{ steps.build-meta.outputs.labels }}

0 commit comments

Comments
 (0)