Skip to content

Commit 137a0cc

Browse files
authored
Merge pull request #73 from grafana/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6.19.2
2 parents 180a030 + b68dc75 commit 137a0cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-doc-generator.yaml

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
47-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
47+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4848
with:
4949
context: tools/doc-generator
5050
platforms: linux/amd64

.github/workflows/build-schema-generator.yaml

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
47-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
47+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4848
with:
4949
context: tools/schema-generator
5050
platforms: linux/amd64

0 commit comments

Comments
 (0)