Skip to content

Commit 5d6914e

Browse files
author
Alex_Mueller
authored
fix docker image tag for installed container
1 parent 7640afd commit 5d6914e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docker_image_debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
docker build . --file Dockerfile --tag ikarusproject/ikarus-gcc-debian13:latest --build-arg compiler="gcc-debian13" --build-arg ccompiler="gcc-14" --build-arg cppcompiler="g++-14"
4848
docker build . --file Dockerfile --tag ikarusproject/ikarus-clang-debian13:latest --build-arg compiler="clang-debian13" --build-arg ccompiler="clang-17" --build-arg cppcompiler="clang++-17"
4949
docker tag ikarusproject/ikarus-gcc-debian12:latest ikarusproject/ikarus:latest # set the latest tag to the gcc image
50+
docker tag ikarusproject/ikarus-gcc-debian12:latest ikarusproject/ikarus-gcc:latest
51+
docker tag ikarusproject/ikarus-clang-debian12:latest ikarusproject/ikarus-clang:latest
5052
- name: Docker Login
5153
uses: azure/docker-login@v1
5254
with:

0 commit comments

Comments
 (0)