From a7e2c194af986b0d2517d250b68564e1c8e749ff Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 10 Jul 2023 08:49:47 -0700 Subject: [PATCH] Testing this --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bc3cc1..77d8f68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,14 +5,4 @@ on: - master jobs: build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@v5 - with: - name: ghcr.io/${{ github.repository }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: ghcr.io - platforms: linux/amd64,linux/arm64,linux/arm,linux/arm/v7 + uses: terafin/workflows/build-and-deploy.yml@main \ No newline at end of file