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 1a3c7b1 commit 75eb1b8Copy full SHA for 75eb1b8
.github/workflows/docker-build.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build and push Docker image
53
id: build
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
with:
56
context: .
57
platforms: linux/amd64,linux/arm64
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments