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 a857b63 commit 9b70245Copy full SHA for 9b70245
.github/workflows/main.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build
27
if: "!startsWith(github.ref, 'refs/tags/')"
28
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
29
with:
30
file: ./Dockerfile
31
platforms: linux/amd64
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Build and export
52
if: startsWith(github.ref, 'refs/tags/')
53
54
55
56
0 commit comments