Skip to content

Commit

Permalink
Remove login as it is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Nov 4, 2024
1 parent 6392011 commit 80e29f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
id: docker-buildx
uses: docker/setup-buildx-action@v1

- name: Login 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 buildx build -t ghcr.io/${{ github.repository_owner }}/snitch-toolchain:${{ github.sha }} -f snitch/docker/Dockerfile .
Expand Down

0 comments on commit 80e29f3

Please sign in to comment.