Update images.yml

This commit is contained in:
Dane Everitt 2022-02-13 12:25:09 -05:00
parent 65b3474604
commit c0bf5cfa2f

View File

@ -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