We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed19542 commit 3a0d3a3Copy full SHA for 3a0d3a3
.github/workflows/pi_build.yml
@@ -83,10 +83,10 @@ jobs:
83
with:
84
platforms: arm64,arm
85
86
- - name: Log into DEV registry
+ - name: Log into DockerHub registry
87
uses: docker/login-action@v3
88
89
- registry: "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}"
+ # registry: "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}"
90
username: "${{ env.DOCKERHUB_LOGIN_USERNAME }}"
91
password: "${{ env.DOCKERHUB_LOGIN_PASSWORD }}"
92
0 commit comments