Attempt to fix build failures
This commit is contained in:
parent
aa617923c4
commit
6faf0c286c
1 changed files with 3 additions and 5 deletions
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
|
@ -49,13 +49,11 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.CR_PAT }}
|
||||
|
||||
- name: Build
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./${{ matrix.image }}
|
||||
file: ./${{ matrix.image }}/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
||||
load: true
|
||||
|
||||
- name: Push
|
||||
run: docker push ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
||||
|
|
Loading…
Reference in a new issue