Skip to content

Commit

Permalink
Merge pull request #74 from shinybrar/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.10.0

build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
shinybrar authored Feb 26, 2025
2 parents 35d2fc9 + 24e223f commit f902505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-
name: Build & Push Docker Image
id: build
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
target: production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-
name: Build & Push Docker Image
id: build
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
target: production
Expand Down

0 comments on commit f902505

Please sign in to comment.