Skip to content

Commit 1c3aa10

Browse files
chore(deps): update docker/build-push-action action to v6.19.2
1 parent 8be635b commit 1c3aa10

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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4242
with:
4343
context: .
4444
load: true

0 commit comments

Comments
 (0)