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 6ab72e1 + 34d2bea commit 707bcb8Copy full SHA for 707bcb8
.github/workflows/ci-container-image.yml
@@ -48,7 +48,7 @@ jobs:
48
username: ${{ secrets.DOCKER_USERNAME }}
49
password: ${{ secrets.DOCKER_PASSWORD }}
50
- name: Build and push Docker image to registry
51
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
.github/workflows/ci-release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
push: true
0 commit comments