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 7fa5b6d commit 89e6d03Copy full SHA for 89e6d03
.github/workflows/docker.yml
@@ -21,7 +21,6 @@ jobs:
21
22
- name: Login to DockerHub
23
uses: docker/login-action@v2
24
- if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/pdf'
25
with:
26
username: ${{ secrets.DOCKER_USERNAME }}
27
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -39,7 +38,6 @@ jobs:
39
38
40
- name: Build and push image
41
uses: docker/build-push-action@v3
42
43
44
platforms: linux/amd64,linux/arm64
45
push: true
0 commit comments