We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f1df3 commit dc36e71Copy full SHA for dc36e71
.github/workflows/build.yml
@@ -169,7 +169,7 @@ jobs:
169
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository == 'GridTools/gridtools-docker' }}
170
run: >
171
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin &&
172
- docker push $CR_REPOSITORY:${{ matrix.base }}-hip &&
+ docker push $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2 &&
173
docker logout ghcr.io
174
175
hpx:
0 commit comments