Skip to content

Commit

Permalink
Merge pull request #190 from puzzle/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-5.x

Update docker/build-push-action action to v5
  • Loading branch information
christofluethi authored Oct 4, 2023
2 parents d19230b + e1c4e5c commit 41cfe8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.PUZZLE_REG_TOKEN }}

- name: Build Puzzle Version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -60,7 +60,7 @@ jobs:
path: trivy-results.txt

- name: Build Mobi Version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.PUZZLE_REG_TOKEN }}

- name: Build Puzzle Version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -63,7 +63,7 @@ jobs:
path: trivy-results.txt

- name: Build Mobi Version
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 41cfe8d

Please sign in to comment.