Skip to content

Commit 0323f38

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d27b53 commit 0323f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
-
3232
name: Build and push terraform-backend-hsdp
33-
uses: docker/build-push-action@v3
33+
uses: docker/build-push-action@v4
3434
with:
3535
context: ./
3636
file: ./Dockerfile

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
-
4242
name: Build and push
4343
id: docker_build
44-
uses: docker/build-push-action@v3
44+
uses: docker/build-push-action@v4
4545
with:
4646
context: ./
4747
file: ./Dockerfile

0 commit comments

Comments
 (0)