From 7650c8fdd724ec74b34c691dad7c0bef29c5bdfe Mon Sep 17 00:00:00 2001 From: Tuguldur Gantulga <62280291+tuduun@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:47:47 -0400 Subject: [PATCH] Remove Docker from github Actions --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e0fea8..d67bd1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,10 +46,3 @@ jobs: poetry run coverage run -m pytest poetry run coverage report -m --fail-under=90 - - name: Log in to GitHub Container Registry - run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Build and push Docker image - run: | - docker build -t ghcr.io/allegheny-senior-thesis-2024/tugi-macro-layoffs:latest . - docker push ghcr.io/allegheny-senior-thesis-2024/tugi-macro-layoffs:latest