]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ci: couple more fixes to docker-refresh job
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 12 Feb 2025 19:15:38 +0000 (19:15 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 12 Feb 2025 19:15:38 +0000 (19:15 +0000)
.github/workflows/docker-refresh.yml

index e7dd23152f9f686f786b36397e2b6f67a58a03b1..9e7d0b708729c1211db4f427411b24a05b656ce1 100644 (file)
@@ -31,10 +31,6 @@ jobs:
               - docker.internal.networkradius.com/self-hosted
             dockerfile: scripts/ci/Dockerfile
 
-          - base_image: ubuntu:20.04
-            image_name: docker.internal.networkradius.com/self-hosted-ubuntu20
-            dockerfile: scripts/ci/Dockerfile-ubuntu20
-
           - base_image: mariadb
           - base_image: postgres
           - base_image: 4teamwork/389ds
@@ -110,7 +106,7 @@ jobs:
         shell: bash
         env:
           DOCKER_IMAGE_NAME: ${{ matrix.os.image_name }}
-          DOCKER_TAGS: ${{ matrix.os.extra_tags }}
+          DOCKER_TAGS: ${{ join(matrix.os.extra_tags, ' ') }}
         run: |
           for TAG in $DOCKER_TAGS; do \
             docker image tag "$DOCKER_IMAGE_NAME" "$TAG"; \