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