We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb95f0 commit 210da73Copy full SHA for 210da73
.github/workflows/docker-image.yml
@@ -33,7 +33,7 @@ jobs:
33
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
34
35
echo "IMAGE_NAME=$IMAGE_ID:$VERSION" >> $GITHUB_OUTPUT
36
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
37
with:
38
push: true
39
tags: ${{ steps.generate-image-tag.outputs.IMAGE_NAME }}
0 commit comments