Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent c10362b commit ad02b55
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: ./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
working-directory: ${{ env.WORKING_DIR }}
with:
context: ./pi
Expand Down

0 comments on commit ad02b55

Please sign in to comment.