Skip to content

Commit 8e09830

Browse files
authored
Update manual-docker-publish.yml
1 parent 8e8e71d commit 8e09830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manual-docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
5959
runs-on: "docker-build-${{ inputs.node }}"
6060
steps:
6161
- uses: docker/login-action@v3.2.0
62+
if: ${{ matrix.run == true }}
6263
with:
6364
username: ${{ secrets.DOCKERHUB_USER }}
6465
password: ${{ secrets.DOCKERHUB_TOKEN }}
6566

6667
- name: Check if image should be published
68+
if: ${{ matrix.run == true }}
6769
run: echo "Publishing ${{ matrix.image }} image"

0 commit comments

Comments
 (0)