Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
at88mph authored Nov 26, 2024
2 parents 7f2d086 + f442c31 commit 2099640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.edge.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.SKAHA_REGISTRY_TOKEN }}
- name: Build and 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/cd.release.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.SKAHA_REGISTRY_TOKEN }}
- name: Build and 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 2099640

Please sign in to comment.