We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54aec98 commit 9a1e08bCopy full SHA for 9a1e08b
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: docker/setup-buildx-action@v3
21
22
- name: Build Docker image
23
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
24
with:
25
context: .
26
push: false
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build and push Docker image
67
id: push
68
69
70
context: ./
71
push: true
0 commit comments