Skip to content

Commit 6bbe170

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent c97e1fc commit 6bbe170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Build and export to Docker local cache
32-
uses: docker/build-push-action@v6
32+
uses: docker/build-push-action@v7
3333
env:
3434
DOCKER_BUILD_RECORD_UPLOAD: false
3535
with:
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Push cached image to container registry
5454
if: inputs.publish && github.ref_type == 'tag'
55-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5656
env:
5757
DOCKER_BUILD_RECORD_UPLOAD: false
5858
# This does not build the image again, it will find the image in the

0 commit comments

Comments
 (0)