Skip to content

Commit 79f37f8

Browse files
dependabot[bot]WanzenBug
authored andcommitted
Bump docker/build-push-action from 5 to 6 in the ci group
Bumps the ci group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07c1205 commit 79f37f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set VERSION
4141
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
4242
- name: Build
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
builder: ${{ steps.buildx.outputs.name }}
4646
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)