Skip to content

Commit

Permalink
remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
TiraelSedai committed Jun 23, 2024
1 parent 4261fff commit d60a60b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Build Docker image
run: docker build -t ghcr.io/${{ env.repo_name }}:latest -t ghcr.io/${{ env.repo_name }}:${{ steps.vars.outputs.version }} ./ClubDoorman

- name: Check Token Permissions
run: |
curl -H "Authorization: Bearer ${{ secrets.CR_PAT }}" https://ghcr.io/v2/
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d60a60b

Please sign in to comment.