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 c3414a1 commit 1b90350Copy full SHA for 1b90350
.github/workflows/publish.yml
@@ -43,15 +43,15 @@ jobs:
43
username: coldfix
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
45
46
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
47
with:
48
platforms: linux/amd64
49
build-args: FROM=certbot/certbot:latest
50
load: true
51
tags: |
52
coldfix/certbot-dns-netcup:amd64-latest
53
coldfix/certbot-dns-netcup:amd64-${{ github.ref_name }}
54
55
56
platforms: linux/arm64
57
build-args: FROM=certbot/certbot:arm64v8-latest
0 commit comments