Skip to content

Commit 34b9605

Browse files
authored
Merge pull request #147 from loafoe/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents ea7b4e7 + 0323f38 commit 34b9605

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)