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 6e14953 commit e4787c4Copy full SHA for e4787c4
.github/workflows/build_and_publish.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
- run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
49
50
- - uses: docker/build-push-action@v2
+ - uses: docker/build-push-action@v6
51
with:
52
push: true
53
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments