From 034425758e9c30e973808a1a0bffb24e99005d1f Mon Sep 17 00:00:00 2001 From: Nolan Conaway Date: Wed, 23 Oct 2024 09:33:34 -0400 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 606eba2..6cb831e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,26 +37,3 @@ jobs: # make sure we didn't delete the current version - name: cURL Test run: curl "${{ steps.deploy.outputs.url }}" - docker: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - uses: docker/setup-buildx-action@v3 - - - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - push: true - cache-from: ghcr.io/${{ github.repository }}:latest - cache-to: type=inline - tags: ghcr.io/${{ github.repository }}:latest