Skip to content

Commit 68482a9

Browse files
Update docker/build-push-action action to v7
1 parent f5e90db commit 68482a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
-
6969
name: Build Image and Push to GitHub Container Registry and DockerHub
70-
uses: docker/build-push-action@v2
70+
uses: docker/build-push-action@v7
7171
if: ${{ steps.compute-tag.outputs.result != 'FALSE' }}
7272
with:
7373
context: .

0 commit comments

Comments
 (0)