diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 73989c5..109d408 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,11 +35,9 @@ jobs: - name: Build and Push to GitHub Packages id: build-push uses: docker/build-push-action@v5 - continue-on-error: true timeout-minutes: 3 with: context: . - file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}