Skip to content

Commit e9c7a01

Browse files
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ddda4e commit e9c7a01

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)