Skip to content

Commit 87a6c11

Browse files
⬆️ Update docker/build-push-action action to v6.19.2
1 parent e58c48a commit 87a6c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: steps.flags.outputs.from != 'null'
143143
run: docker pull "${{ steps.flags.outputs.from }}"
144144
- name: 🚀 Build
145-
uses: docker/build-push-action@v6.18.0
145+
uses: docker/build-push-action@v6.19.2
146146
with:
147147
push: false
148148
context: ${{ needs.information.outputs.target }}

0 commit comments

Comments
 (0)