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 e044289 commit ae81246Copy full SHA for ae81246
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
images: jumager/caddy
27
- name: Build and push
28
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
29
30
push: ${{ github.event_name != 'pull_request' }}
31
platforms: linux/amd64,linux/arm64
0 commit comments