Skip to content

Commit

Permalink
Do not login to ghcr when building
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 31, 2024
1 parent 4cfc6b0 commit c963d8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ jobs:
with:
submodules: recursive

- name: Login in GitHub Containers Repository
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Pull image
run: docker pull ghcr.io/cexa-project/kokkos-fft/base_${{ matrix.backend.name }}

Expand Down

0 comments on commit c963d8f

Please sign in to comment.