Skip to content

Commit

Permalink
Remove pushing to docker from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun-Kumar07 committed Jan 25, 2024
1 parent a8d45f0 commit 0a1ee01
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,3 @@ jobs:
- name: Test with pytest
run: |
pytest
docker:
needs: run_tests
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT}}
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/quantum-tic-tac-toe:latest

0 comments on commit 0a1ee01

Please sign in to comment.