We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fd460a + 318694b commit 185ad1fCopy full SHA for 185ad1f
2 files changed
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
uses: docker/setup-buildx-action@v3
93
94
- name: Build Docker image
95
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
96
with:
97
context: .
98
push: false
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
type=sha
54
55
- name: Build and push Docker image
56
57
58
59
push: true
0 commit comments