From 2352114e191499ffbc37e456ab8539c2f7fbbcb3 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Fri, 30 Jun 2023 11:19:35 +0400 Subject: [PATCH] fix: Fix building image for release --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 059897cf..4edf8fba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - file: Dockerfile + file: docker/Dockerfile platforms: linux/amd64 load: true target: runner @@ -123,10 +123,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=min - - - name: Debug if fails - if: failure() - uses: mxschmitt/action-tmate@v3 - name: Push image to GitHub Container Registry run: docker image push --all-tags ghcr.io/${{ env.IMAGE_NAME }}