Skip to content

Commit c8805b3

Browse files
authored
Merge pull request #26 from f-koehler/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.18.0
2 parents b4a43a7 + 71681ce commit c8805b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# https://github.com/docker/build-push-action
6363
- name: Build and push Docker image
6464
id: build-and-push
65-
uses: docker/build-push-action@v6.17.0
65+
uses: docker/build-push-action@v6.18.0
6666
with:
6767
context: .
6868
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)