Skip to content

Commit 9ebae09

Browse files
chore(deps): update docker/build-push-action action to v6.19.2
1 parent 11b3d79 commit 9ebae09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build and push Docker image
9696
if: ${{ github.event_name != 'pull_request' }}
9797
id: build-and-push
98-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
98+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9999
with:
100100
context: ${{ matrix.context }}
101101
platforms: linux/amd64,linux/arm64
@@ -107,7 +107,7 @@ jobs:
107107
- name: Build Docker image
108108
if: ${{ github.event_name == 'pull_request' }}
109109
id: build-and-save
110-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
110+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
111111
with:
112112
context: ${{ matrix.context }}
113113
push: false

0 commit comments

Comments
 (0)