Skip to content

Commit 210da73

Browse files
deps: Update docker/build-push-action action to v6
1 parent 9cb95f0 commit 210da73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
3434
3535
echo "IMAGE_NAME=$IMAGE_ID:$VERSION" >> $GITHUB_OUTPUT
36-
- uses: docker/build-push-action@v5
36+
- uses: docker/build-push-action@v6
3737
with:
3838
push: true
3939
tags: ${{ steps.generate-image-tag.outputs.IMAGE_NAME }}

0 commit comments

Comments
 (0)