Skip to content

Commit 566283f

Browse files
Update docker/build-push-action action to v6.18.0
1 parent caab818 commit 566283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# https://github.com/docker/build-push-action
108108
- name: Build and push Docker image
109109
id: build-and-push
110-
uses: docker/build-push-action@v6.9.0
110+
uses: docker/build-push-action@v6.18.0
111111
with:
112112
context: .
113113
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)