Skip to content

Commit 89e6d03

Browse files
authored
Tweak CI
1 parent 7fa5b6d commit 89e6d03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121

2222
- name: Login to DockerHub
2323
uses: docker/login-action@v2
24-
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/pdf'
2524
with:
2625
username: ${{ secrets.DOCKER_USERNAME }}
2726
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -39,7 +38,6 @@ jobs:
3938
4039
- name: Build and push image
4140
uses: docker/build-push-action@v3
42-
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/pdf'
4341
with:
4442
platforms: linux/amd64,linux/arm64
4543
push: true

0 commit comments

Comments
 (0)