We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74caf04 commit 4288b63Copy full SHA for 4288b63
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
username: ${{ github.actor }}
22
password: ${{ secrets.GITHUB_TOKEN }}
23
- name: Build image and push to GitHub Container Registry
24
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
25
with:
26
# relative path to the place where source code with Dockerfile is located
27
context: .
0 commit comments