Skip to content

Commit 85b06be

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 414fb87 commit 85b06be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-latest-flake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
type=semver${{ matrix.nix_channel.default_tag && ',prefix=flake---' || '' }},pattern=v{{major}}.{{minor}}
8383
type=semver${{ matrix.nix_channel.default_tag && ',prefix=flake---' || '' }},pattern=v{{major}}.{{minor}}.{{patch}}
8484
- name: Build image
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@v7
8686
with:
8787
context: .
8888
file: Dockerfile-flake

.github/workflows/build-push-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
type=semver${{ matrix.nix_channel.default_tag && ',prefix=' || '' }},pattern=v{{major}}.{{minor}}.{{patch}}
8383
- name: Build and push
8484
id: docker_build
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@v7
8686
with:
8787
context: .
8888
push: ${{ github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url }}

0 commit comments

Comments
 (0)