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 e4eea02 commit 644e0fdCopy full SHA for 644e0fd
.github/workflows/test-build-release.yml
@@ -46,7 +46,7 @@ jobs:
46
password: ${{ secrets.GITHUB_TOKEN }}
47
- name: Build and push Docker images
48
id: docker_build
49
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
50
with:
51
context: .
52
push: true
.github/workflows/test-build.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/setup-buildx-action@v3
41
- name: Build Docker image
42
43
44
45
push: false
0 commit comments