Skip to content

Commit 0bcce16

Browse files
committed
chore: bump build-push-action action from 5 to 6
1 parent 44ed14b commit 0bcce16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: build
3232
name: Build
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
file: ./Containerfile
3636
push: false
@@ -127,7 +127,7 @@ jobs:
127127
uses: docker/setup-buildx-action@v3
128128

129129
- name: Build and push
130-
uses: docker/build-push-action@v5
130+
uses: docker/build-push-action@v6
131131
with:
132132
file: ./Containerfile
133133
push: true
@@ -168,7 +168,7 @@ jobs:
168168
uses: docker/setup-buildx-action@v3
169169

170170
- name: Build and push
171-
uses: docker/build-push-action@v5
171+
uses: docker/build-push-action@v6
172172
with:
173173
file: ./Containerfile
174174
push: true

0 commit comments

Comments
 (0)