Skip to content

Commit 88e6e86

Browse files
authored
Merge pull request #37 from cbcoutinho/renovate/docker-build-push-action-digest
chore(deps): update docker/build-push-action digest to 2634353
2 parents 85a5014 + e6a5e23 commit 88e6e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
47+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
4848
with:
4949
push: ${{ github.event_name != 'pull_request' }}
5050
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)