Skip to content

Commit

Permalink
Merge pull request #2965 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 3 to 5
  • Loading branch information
temitope777 authored Oct 16, 2023
2 parents 537c3ec + a350c04 commit 6c2205b
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-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
tags: ${{ env.DOCKER_REPOSITORY }}:master
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GitHub Container Registry
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
cache-from: ${{ env.DOCKER_REPOSITORY }}:master
tags: |
Expand Down

0 comments on commit 6c2205b

Please sign in to comment.