We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ed14b commit 0bcce16Copy full SHA for 0bcce16
.github/workflows/container.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- id: build
32
name: Build
33
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
34
with:
35
file: ./Containerfile
36
push: false
@@ -127,7 +127,7 @@ jobs:
127
uses: docker/setup-buildx-action@v3
128
129
- name: Build and push
130
131
132
133
push: true
@@ -168,7 +168,7 @@ jobs:
168
169
170
171
172
173
174
0 commit comments