Attempt to fix build failures
This commit is contained in:
parent
cd27be290c
commit
aa617923c4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
@ -52,7 +52,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./alpine
|
context: ./${{ matrix.image }}
|
||||||
|
file: ./${{ matrix.image }}/Dockerfile
|
||||||
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
||||||
load: true
|
load: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue