We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4543d34 commit 8b0a8a0Copy full SHA for 8b0a8a0
2 files changed
.github/workflows/cd.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Build and push Docker image
35
id: build-and-push
36
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
37
with:
38
context: .
39
push: true
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: docker/setup-buildx-action@v3
26
27
- name: Build prod Docker image
28
29
30
push: false
31
cache-from: |
0 commit comments