Skip to content

Commit ca4519f

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 44edc75 commit ca4519f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-latest-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Build and push image to github container registry
36-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
36+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
3737
with:
3838
context: .
3939
load: true

.github/workflows/build-published-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3939

4040
- name: Build and push image to github container registry
41-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
41+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
4242
with:
4343
context: .
4444
load: true

0 commit comments

Comments
 (0)