Skip to content

Commit

Permalink
ci: update docker/build-push-action action to v5 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 3e961f0 commit cece38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fi
- name: Build Base Docker Image (if needed)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ fromJSON(env.NEED_BUILD_BASE) }}
with:
context: ./
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
type=raw,value=${{ env.SHA }}
- name: Build Final Docker Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
provenance: false
Expand Down

0 comments on commit cece38f

Please sign in to comment.