Actually push the image..
This commit is contained in:
parent
5abee10c3d
commit
761dc169ee
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
@ -62,6 +62,7 @@ jobs:
|
||||||
context: ./${{ matrix.image }}
|
context: ./${{ matrix.image }}
|
||||||
file: ./${{ matrix.image }}/Dockerfile
|
file: ./${{ matrix.image }}/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:latest
|
||||||
quay.io/matthewp/pterodactyl:${{ matrix.image }}
|
quay.io/matthewp/pterodactyl:${{ matrix.image }}
|
||||||
|
|
Loading…
Reference in a new issue