Skip to content

Commit

Permalink
Fix ROCm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Sep 25, 2024
1 parent f1f1df3 commit dc36e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository == 'GridTools/gridtools-docker' }}
run: >
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin &&
docker push $CR_REPOSITORY:${{ matrix.base }}-hip &&
docker push $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2 &&
docker logout ghcr.io
hpx:
Expand Down

0 comments on commit dc36e71

Please sign in to comment.