Skip to content

Commit dc36e71

Browse files
authored
Fix ROCm tag
1 parent f1f1df3 commit dc36e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository == 'GridTools/gridtools-docker' }}
170170
run: >
171171
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin &&
172-
docker push $CR_REPOSITORY:${{ matrix.base }}-hip &&
172+
docker push $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2 &&
173173
docker logout ghcr.io
174174
175175
hpx:

0 commit comments

Comments
 (0)