Skip to content

Commit 4e25911

Browse files
chore(deps): update docker/build-push-action action to v6.19.2 (#550)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent bca2944 commit 4e25911

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=sha
4848
4949
- name: Build and push container image
50-
uses: docker/build-push-action@v6.19.1
50+
uses: docker/build-push-action@v6.19.2
5151
with:
5252
context: .
5353
push: true

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ steps.release.outputs.release_created }}
5050

5151
- name: Build and push container image
52-
uses: docker/build-push-action@v6.19.1
52+
uses: docker/build-push-action@v6.19.2
5353
with:
5454
context: .
5555
push: true

0 commit comments

Comments
 (0)