aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-15 11:03:50 -0500
committerGitHub <[email protected]>2026-07-15 11:03:50 -0500
commite6b784d598b6c0435d1716344902893eae165e81 (patch)
tree2aa642a6d8a0b8a83dd3b44579896643a2d62135
parentb31b5971d8744bf94ef0d30f2be0e17c08b93988 (diff)
downloadskunky-art-e6b784d598b6c0435d1716344902893eae165e81.tar.gz
skunky-art-e6b784d598b6c0435d1716344902893eae165e81.tar.bz2
skunky-art-e6b784d598b6c0435d1716344902893eae165e81.zip
Bump docker/build-push-action from 6 to 7 (#4)
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](https://github.com/docker/build-push-action/compare/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 00a6e60..7157445 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
- name: Build and push
id: build
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: .
platforms: linux/amd64,linux/arm64