Skip to content

Commit 1af2cef

Browse files
committed
fix : github.event.repository.name
1 parent 26aa7dc commit 1af2cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare
1616
id: prep
1717
run: |
18-
DOCKERHUB_IMAGE=${{ vars.DOCKER_USERNAME }}/${{ github.action_repository }}
18+
DOCKERHUB_IMAGE=${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}
1919
GHCR_IMAGE=ghcr.io/${{ github.repository }}
2020
VERSION=${GITHUB_REF#refs/tags/v}
2121
MINOR=${VERSION%.*}

0 commit comments

Comments
 (0)