Skip to content

Commit 1963f23

Browse files
dependabot[bot]alexellis
authored andcommitted
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 343c9c4 commit 1963f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "GIT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
3434

3535
- name: Build x86_64 container into library
36-
uses: docker/build-push-action@v3
36+
uses: docker/build-push-action@v4
3737
with:
3838
context: .
3939
file: ./Dockerfile
@@ -46,7 +46,7 @@ jobs:
4646
ghcr.io/${{ env.REPO_OWNER }}/faas-netes:${{ github.sha }}
4747
4848
- name: Build multi-arch containers for validation only
49-
uses: docker/build-push-action@v3
49+
uses: docker/build-push-action@v4
5050
with:
5151
context: .
5252
file: ./Dockerfile

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050

5151
- name: Push containers
52-
uses: docker/build-push-action@v3
52+
uses: docker/build-push-action@v4
5353
with:
5454
context: .
5555
file: ./Dockerfile

0 commit comments

Comments
 (0)