Skip to content

Commit

Permalink
Remove Docker from github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun authored Mar 21, 2024
1 parent 0abc340 commit 7650c8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7650c8f

Please sign in to comment.