Skip to content

Commit cb4dfd7

Browse files
authored
add version to tag
1 parent 530d6e7 commit cb4dfd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ jobs:
168168
docker build
169169
--progress=plain
170170
--cache-from $CR_REPOSITORY:${{ matrix.base }}
171-
--cache-from $CR_REPOSITORY:${{ matrix.base }}-hip
171+
--cache-from $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2
172172
--build-arg BUILDKIT_INLINE_CACHE=1
173-
--tag $CR_REPOSITORY:${{ matrix.base }}-hip
173+
--tag $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2
174174
--build-arg REPOSITORY=$CR_REPOSITORY
175175
--build-arg BASE=${{ matrix.base }}
176176
hip

hip/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ARG BASE
33
FROM ${REPOSITORY}:${BASE}
44
LABEL maintainer="Felix Thaler <thaler@cscs.ch>"
55

6+
# NOTE: If you change the ROCm version here, also change it in the build.yml to avoid overwriting the old image,
7+
# see https://github.com/GridTools/gridtools-docker/issues/97.
68
RUN wget https://repo.radeon.com/amdgpu-install/6.2.1/ubuntu/noble/amdgpu-install_6.2.60201-1_all.deb && \
79
apt-get update -qq && \
810
DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ./amdgpu-install_6.2.60201-1_all.deb && \

0 commit comments

Comments
 (0)