Skip to content

Commit a3e9355

Browse files
committed
bump docker/build-push-action to v6
1 parent 1a8a17c commit a3e9355

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
@@ -44,7 +44,7 @@ jobs:
4444
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
4545
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: .
5050
push: true

0 commit comments

Comments
 (0)