Skip to content

Commit fac73b8

Browse files
Update docker/build-push-action action to v7 (#50)
1 parent e90455d commit fac73b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
registry: ${{ secrets.HARBOR_REGISTRY }}
7070
- name: Build and push
7171
id: build-and-push
72-
uses: docker/build-push-action@v6
72+
uses: docker/build-push-action@v7
7373
with:
7474
push: true
7575
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)