Skip to content

Commit 05c0208

Browse files
build(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#723)
1 parent d933f11 commit 05c0208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
images: ${{ env.REGISTRY }}/${{ github.repository }}/drafter
3939

4040
- name: Build and push drafter Docker image
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
push: true
@@ -60,7 +60,7 @@ jobs:
6060
echo "latest=$(git describe --tags --always --abbrev=0)" >> "$GITHUB_OUTPUT"
6161
6262
- name: Build and push PHPDraft Docker image
63-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
63+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
6464
with:
6565
push: true
6666
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)