Skip to content

Commit b8f3f0e

Browse files
Bump docker/build-push-action from 3 to 4 (#429)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 0a2cafd commit b8f3f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
username: ${{secrets.DOCKER_HUB_USERNAME}}
2525
password: ${{secrets.DOCKER_HUB_PASSWORD}}
2626
- name: Build and Push to DockerHub
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
push: true

0 commit comments

Comments
 (0)