Skip to content

Commit

Permalink
chore: Update docker/build-push-action action to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored and Nadia Santalla committed Dec 11, 2024
1 parent e42e7d0 commit 004ef45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: build docker image (no browser)
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
push: false
Expand All @@ -101,7 +101,7 @@ jobs:
cache-to: type=gha,mode=max

- name: build docker image (browser)
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
push: false
Expand Down

0 comments on commit 004ef45

Please sign in to comment.