Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 6cafd55

Browse files
Bump docker/build-push-action from 2 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a68318 commit 6cafd55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "image_name=${{ secrets.GCP_DOCKER_REGISTRY }}/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_DOCKER_REPOSITORY }}/${{ matrix.app }}" >> $GITHUB_ENV
5656

5757
- name: Build and push
58-
uses: docker/build-push-action@v2
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: .
6161
file: ./docker/deploy/${{ matrix.app }}/Dockerfile

0 commit comments

Comments
 (0)