Skip to content

Commit cacf1da

Browse files
Update docker/build-push-action action to v6
1 parent 55770dd commit cacf1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "TAG=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_ENV
3737
3838
- name: 🏗 Build and push Docker image
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
provenance: false

0 commit comments

Comments
 (0)