Skip to content

Commit 3a0d3a3

Browse files
committed
fix: dockerhub login
1 parent ed19542 commit 3a0d3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
with:
8484
platforms: arm64,arm
8585

86-
- name: Log into DEV registry
86+
- name: Log into DockerHub registry
8787
uses: docker/login-action@v3
8888
with:
89-
registry: "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}"
89+
# registry: "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}"
9090
username: "${{ env.DOCKERHUB_LOGIN_USERNAME }}"
9191
password: "${{ env.DOCKERHUB_LOGIN_PASSWORD }}"
9292

0 commit comments

Comments
 (0)