Skip to content

Commit 47b11ac

Browse files
committed
fix : github.event.repository.name
1 parent cd0ca84 commit 47b11ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)