Skip to content

Commit b2e93a5

Browse files
build(deps): 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] <[email protected]>
1 parent 6786513 commit b2e93a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
9090

9191
- name: Build and push
92-
uses: docker/build-push-action@v4
92+
uses: docker/build-push-action@v5
9393
with:
9494
platforms: linux/amd64,linux/arm64
9595
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)