mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-11 13:56:41 -06:00
Update images.yml
This commit is contained in:
parent
65b3474604
commit
c0bf5cfa2f
18
.github/workflows/images.yml
vendored
18
.github/workflows/images.yml
vendored
@ -18,16 +18,16 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Base image
|
- name: build Panel image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: build/Dockerfile-base
|
file: build/panel/Dockerfile
|
||||||
push: true
|
|
||||||
tags: ghcr.io/pterodactyl/development/base:latest
|
|
||||||
|
|
||||||
- name: Panel image
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
file: build/Dockerfile-panel
|
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/pterodactyl/development/panel:latest
|
tags: ghcr.io/pterodactyl/development/panel:latest
|
||||||
|
|
||||||
|
- name: build Wings image
|
||||||
|
uses: docker/build-push-action@v2
|
||||||
|
with:
|
||||||
|
file: build/wings/Dockerfile
|
||||||
|
push: true
|
||||||
|
tags: ghcr.io/pterodactyl/development/wings:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user