Skip to content

Commit 962e2eb

Browse files
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (#740)
1 parent 5ddda4e commit 962e2eb

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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
41+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
63+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6464
with:
6565
push: true
6666
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)