Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent d76a760 commit 70c9ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
TAG=sbtscala/scala-sbt:${{ matrix.javaTag }}_${{ steps.get_sbt_version.outputs.VERSION }}_${{ matrix.scalaVersion }}
echo "TAG=$TAG" >> $GITHUB_OUTPUT
- name: Build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.dockerContext }}
no-cache: true
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Rebuild and push ${{ matrix.platforms }} docker images
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.dockerContext }}
tags: ${{ steps.create_docker_tag.outputs.TAG }}
Expand Down

0 comments on commit 70c9ba7

Please sign in to comment.