Attempt to fix build failures
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user