Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#23)
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 Nov 23, 2024
1 parent 365f81c commit 007908a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lawndon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push server image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./pi
file: ./pi/Dockerfile.server
Expand All @@ -95,7 +95,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/lawndon-pi-server:${{ github.sha }}
- name: Build and push UI image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ./pi
file: ./pi/Dockerfile.ui
Expand Down

0 comments on commit 007908a

Please sign in to comment.