From c0bf5cfa2f4495ee5bbced2185c0a1df6d61da23 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 13 Feb 2022 12:25:09 -0500 Subject: [PATCH] Update images.yml --- .github/workflows/images.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index a73883c..0a9c318 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -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 \ No newline at end of file + tags: ghcr.io/pterodactyl/development/wings:latest