You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docker-publish.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ jobs:
60
60
# 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.
61
61
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
62
62
- name: Build and push Docker image
63
-
uses: docker/build-push-action@v5
63
+
uses: docker/build-push-action@v6
64
64
with:
65
65
context: .
66
66
push: true
@@ -109,7 +109,7 @@ jobs:
109
109
# 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.
110
110
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
0 commit comments