aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-18 00:46:28 +0000
committerGravatar Mark <[email protected]>2024-06-25 23:25:48 -0700
commitdade8b0d01e81a34f2c27ffd95faf98f78a5cbb7 (patch)
treed4c1b2cfbcbd7f2ad5848df47de46e6f59d702e5
parentBump the ci-dependencies group across 1 directory with 2 updates (diff)
Bump docker/build-push-action from 5 to 6 in the ci-dependencies group
Bumps the ci-dependencies 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](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/build.yaml2
-rw-r--r--.github/workflows/deploy.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a06db60..0cc2cea 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -74,7 +74,7 @@ jobs:
# If configured by the cache_config step, also cache the layers in
# GitHub Actions.
- name: Build image for linting and testing
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 9a0b799..2583463 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -45,7 +45,7 @@ jobs:
# Build the final production image and push it to GHCR.
# Tag it with both the short commit SHA and 'latest'.
- name: Build final image
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
@@ -78,7 +78,7 @@ jobs:
# Push the base image to GHCR, with an inline cache manifest.
- name: Push base image
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
@@ -92,7 +92,7 @@ jobs:
# Push the venv image to GHCR, with an inline cache manifest.
- name: Push venv image
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile