Skip to content

Commit 428f5dc

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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 a338f49 commit 428f5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
username: ${{ secrets.DOCKER_HUB_USERNAME }}
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2020
- uses: docker/setup-buildx-action@v3
21-
- uses: docker/build-push-action@v5
21+
- uses: docker/build-push-action@v6
2222
with:
2323
context: .
2424
file: ./Dockerfile

0 commit comments

Comments
 (0)