From ce0cb6557fbc229c2ca2e71d81e69e7e742a9226 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:59:27 +0200 Subject: [PATCH] Switch to action in own repository Getting the whole repo just for the action file is a waste of resources --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32ab609..86062b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,4 +15,5 @@ jobs: if: github.repository_owner == 'e621ng' steps: - - uses: e621ng/e621ng/.github/docker-build-and-push@master + - name: Publish to ghcr + uses: e621ng/publish-to-ghcr@v1