Skip to content

Commit e62525e

Browse files
Update docker/build-push-action action to v6.18.0 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c6aabd commit e62525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build and push Docker image
5353
id: build-and-push
54-
uses: docker/build-push-action@v6.15.0
54+
uses: docker/build-push-action@v6.18.0
5555
with:
5656
context: .
5757
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)