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
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./alpine
|
||||
context: ./${{ matrix.image }}
|
||||
file: ./${{ matrix.image }}/Dockerfile
|
||||
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
||||
load: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue