Skip to content

Commit

Permalink
Merge pull request #435 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/main/github-actions-25399bd403

Bump docker/build-push-action from 6.9.0 to 6.10.0 in the github-actions group
  • Loading branch information
VKTB authored Dec 9, 2024
2 parents 3140ca2 + 2f7e991 commit 4d5877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
images: ${{ secrets.HARBOR_URL }}/ims-api

- name: Build and push Docker image to Harbor
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
file: ./Dockerfile.prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flavor: |
latest=false
- name: Build and push Docker image to Harbor
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
file: ./Dockerfile.prod
Expand Down

0 comments on commit 4d5877a

Please sign in to comment.