Skip to content

Commit

Permalink
Merge pull request #1160 from bierteam/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-5.x

Update docker/build-push-action action to v5
  • Loading branch information
oscrx authored Feb 16, 2024
2 parents 78962b2 + 325096a commit 25d03ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and test
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.folder }}
target: test
-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.folder }}
push: true
Expand Down

0 comments on commit 25d03ac

Please sign in to comment.