Skip to content

Commit 2f183fd

Browse files
Bump docker/build-push-action from 4 to 5 (#266)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad417cc commit 2f183fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@v3
4141

4242
- name: Build and Publish Rosette Image
43-
uses: docker/build-push-action@v4
43+
uses: docker/build-push-action@v5
4444
with:
4545
context: .
4646
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)