Attempt to fix build failures
This commit is contained in:
parent
620613e745
commit
0fa345fe20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./alpine
|
||||
file: ./Dockerfile
|
||||
file: ./alpine/Dockerfile
|
||||
platforms: linux/amd64
|
||||
tags: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
||||
outputs: type=oci,dest=/tmp/image.tar
|
||||
|
|
Loading…
Reference in a new issue