Attempt to fix build failures

This commit is contained in:
Matthew Penner 2020-12-15 10:11:21 -07:00
parent cd27be290c
commit aa617923c4

View file

@ -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