Skip to content

Commit dd97c01

Browse files
dependabot[bot]amotl
authored andcommitted
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad4fe59 commit dd97c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oci-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
password: ${{ github.token }}
121121

122122
- name: Build and push image
123-
uses: docker/build-push-action@v4
123+
uses: docker/build-push-action@v5
124124
with:
125125
context: .
126126
file: release/oci/full.Dockerfile

.github/workflows/oci-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
password: ${{ github.token }}
121121

122122
- name: Build and push image
123-
uses: docker/build-push-action@v4
123+
uses: docker/build-push-action@v5
124124
with:
125125
context: .
126126
file: release/oci/standard.Dockerfile

0 commit comments

Comments
 (0)