Update build.yml

This commit is contained in:
Anthony Stirling 2025-08-11 10:30:05 +01:00 committed by GitHub
parent 17d9993a53
commit c5328d2aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,7 +285,7 @@ jobs:
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: . context: .
file: ./${{ matrix.docker-rev }} file: ./docker/backend/${{ matrix.docker-rev }}
push: false push: false
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max