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.
2 parents 6a48e4c + 2275511 commit 5e58cc3Copy full SHA for 5e58cc3
.github/workflows/build-test-lint.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: docker/setup-buildx-action@v3
44
45
- name: Build and push container image
46
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
47
with:
48
context: .
49
push: false
.github/workflows/image-push-master.yml
@@ -40,7 +40,7 @@ jobs:
40
images: ${{ env.IMAGE_NAME }}
41
42
push: true
.github/workflows/image-push-release.yml
@@ -42,7 +42,7 @@ jobs:
latest=false
0 commit comments