Skip to content

Commit e93544f

Browse files
chore(package): update docker/build-push-action action to v6.19.0
1 parent 43ae042 commit e93544f

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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
48+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
47+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
4848
with:
4949
build-args: |
5050
VERSION=${{ steps.version_tag.outputs.tag }}

0 commit comments

Comments
 (0)