Actually push the image..
This commit is contained in:
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 }}
|
||||||
|
Reference in New Issue
Block a user