Skip to content

Commit 53a0b03

Browse files
committed
Dual-push images to Docker Hub and GHCR
1 parent a227874 commit 53a0b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/login-action@v2
3838
with:
3939
registry: docker.io
40-
username: ${{ DOCKER_HUB_ID }}
40+
username: ${{ vars.DOCKER_HUB_ID }}
4141
password: ${{ secrets.DOCKER_HUB_TOKEN }}
4242

4343
- name: ASDF setup

0 commit comments

Comments
 (0)