Skip to content

Commit

Permalink
Merge pull request #449 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/develop/github-actions-68d7bb89a0

Bump docker/build-push-action from 6.10.0 to 6.11.0 in the github-actions group
  • Loading branch information
joelvdavies authored Jan 13, 2025
2 parents 71e1a10 + 7b303d1 commit 1b5fa8e
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 @@ -123,7 +123,7 @@ jobs:
images: ${{ secrets.HARBOR_URL }}/ims-api

- name: Build and push Docker image to Harbor
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
with:
context: .
file: ./Dockerfile.prod
Expand Down

0 comments on commit 1b5fa8e

Please sign in to comment.