Skip to content

Commit c1aa7e7

Browse files
committed
fix : env.DOCKER_USERNAME
1 parent 7f7c957 commit c1aa7e7

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=${{ secrets.DOCKER_USERNAME }}/${{ github.action_repository }}
18+
DOCKERHUB_IMAGE=${{ env.DOCKER_USERNAME }}/${{ github.action_repository }}
1919
GHCR_IMAGE=ghcr.io/${{ github.repository }}
2020
VERSION=${GITHUB_REF#refs/tags/v}
2121
MINOR=${VERSION%.*}

0 commit comments

Comments
 (0)