We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8e71d commit 8e09830Copy full SHA for 8e09830
.github/workflows/manual-docker-publish.yml
@@ -59,9 +59,11 @@ jobs:
59
runs-on: "docker-build-${{ inputs.node }}"
60
steps:
61
- uses: docker/login-action@v3.2.0
62
+ if: ${{ matrix.run == true }}
63
with:
64
username: ${{ secrets.DOCKERHUB_USER }}
65
password: ${{ secrets.DOCKERHUB_TOKEN }}
66
67
- name: Check if image should be published
68
69
run: echo "Publishing ${{ matrix.image }} image"
0 commit comments