We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b36d6 commit b333d47Copy full SHA for b333d47
1 file changed
.github/workflows/build_container.yml
@@ -99,6 +99,7 @@ jobs:
99
password: ${{ secrets.GITHUB_TOKEN }}
100
101
- name: Log in to the docker.io registry
102
+ if: secrets.DOCKERHUB_BOT_ADMIN_TOKEN != ''
103
uses: docker/login-action@v3
104
with:
105
registry: docker.io
0 commit comments