Skip to content

Commit fffabd9

Browse files
authored
Merge pull request #10 from opendefensecloud/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.19.1
2 parents c92da72 + b407792 commit fffabd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# https://github.com/docker/build-push-action
6161
- name: Build and push Docker image
6262
id: build-and-push
63-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
63+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
6464
with:
6565
context: .
6666
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)