Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 2c034c5 commit 8efb2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/0.') }}
- name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
APP_VERSION: ${{ steps.vars.outputs.version }}
with:
Expand All @@ -82,7 +82,7 @@ jobs:
docker run -e TRACE=1 --rm ${{ env.TEST_IMAGE }} test
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
APP_VERSION: ${{ steps.vars.outputs.version }}
with:
Expand Down

0 comments on commit 8efb2ec

Please sign in to comment.