Skip to content

Commit 0fe4f11

Browse files
committed
fix: GIT_REPO includey
1 parent 6023641 commit 0fe4f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
tags: wurstbrot/dsomm-yaml-generation:${{ steps.get-version.outputs.version }},wurstbrot/dsomm-yaml-generation:latest
5656
build-args: |
5757
DSOMM_VERSION=${{ steps.get-version.outputs.version }}
58-
GITHUB_REPOSITORY=${{ GITHUB_REPOSITORY }}
58+
GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
5959
- name: Extract generated files from docker image
6060
run: |
6161
docker run -d --name=yaml --entrypoint="/bin/sleep" wurstbrot/dsomm-yaml-generation:${{ steps.get-version.outputs.version }} 60

0 commit comments

Comments
 (0)