Skip to content

Commit ef737f4

Browse files
Bump docker/build-push-action from 6 to 7 (#36)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MGSousa <31368750+MGSousa@users.noreply.github.com>
1 parent fdb7180 commit ef737f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
4646

4747
- name: Build and push
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
platforms: linux/amd64,linux/arm64
5151
push: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build image
3131
id: build
32-
uses: docker/build-push-action@v6
32+
uses: docker/build-push-action@v7
3333
with:
3434
context: .
3535
load: true

0 commit comments

Comments
 (0)