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 525c012 commit db4e628Copy full SHA for db4e628
.github/workflows/docker-beta.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-buildx-action@v2
36
37
- name: Build and push Docker image
38
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
39
with:
40
context: .
41
platforms: linux/amd64
.github/workflows/docker-release.yml
@@ -37,7 +37,7 @@ jobs:
42
43
0 commit comments