Skip to content

Commit 51a45a0

Browse files
chore(package): update docker/build-push-action action to v7.1.0
1 parent d9fa557 commit 51a45a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-kairos-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
images: ghcr.io/${{ github.repository_owner }}/kairos-ubuntu
4747
- name: Build Image
48-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
48+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
4949
with:
5050
build-args: |
5151
VERSION=${{ steps.version_tag.outputs.tag }}

.github/workflows/image-vscode-ssh-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
images: ghcr.io/${{ github.repository_owner }}/vscode-ssh-server
4646
- name: Build Image
47-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
47+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
4848
with:
4949
build-args: |
5050
VERSION=${{ steps.version_tag.outputs.tag }}

0 commit comments

Comments
 (0)