Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit ce93681

Browse files
Bump docker/build-push-action from 2.10.0 to 3.0.0 (#62)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.10.0...v3.0.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b2469c commit ce93681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
-
3737
name: Build and push
38-
uses: docker/build-push-action@v2.10.0
38+
uses: docker/build-push-action@v3.0.0
3939
with:
4040
context: .
4141
platforms: linux/amd64

0 commit comments

Comments
 (0)