Skip to content

Commit

Permalink
Merge pull request #1387 from DFE-Digital/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
saliceti authored Sep 25, 2023
2 parents 58f3695 + 89d19c1 commit c216bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nocache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
cache-to: type=inline
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
cache-from: |
type=registry,ref=${{ env.DOCKER_REPOSITORY }}:${{ env.GIT_BRANCH }}
Expand Down

0 comments on commit c216bba

Please sign in to comment.