Skip to content

Commit 5f00e79

Browse files
authored
Merge pull request #3 from justdan6/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 8217c09 + f359950 commit 5f00e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-
5252
name: Build and push by digest
5353
id: build
54-
uses: docker/build-push-action@v4
54+
uses: docker/build-push-action@v5
5555
with:
5656
context: .
5757
platforms: ${{ matrix.platform }}

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# https://github.com/marketplace/actions/build-and-push-docker-images
3939
- name: Build the Docker image
40-
uses: docker/build-push-action@v4
40+
uses: docker/build-push-action@v5
4141
with:
4242
context: .
4343
tags: justdanz/nginx

0 commit comments

Comments
 (0)