Skip to content

Commit f9dce19

Browse files
committed
ci: couple more fixes to docker-refresh job
1 parent 5622b71 commit f9dce19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker-refresh.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
- docker.internal.networkradius.com/self-hosted
3232
dockerfile: scripts/ci/Dockerfile
3333

34-
- base_image: ubuntu:20.04
35-
image_name: docker.internal.networkradius.com/self-hosted-ubuntu20
36-
dockerfile: scripts/ci/Dockerfile-ubuntu20
37-
3834
- base_image: mariadb
3935
- base_image: postgres
4036
- base_image: 4teamwork/389ds
@@ -110,7 +106,7 @@ jobs:
110106
shell: bash
111107
env:
112108
DOCKER_IMAGE_NAME: ${{ matrix.os.image_name }}
113-
DOCKER_TAGS: ${{ matrix.os.extra_tags }}
109+
DOCKER_TAGS: ${{ join(matrix.os.extra_tags, ' ') }}
114110
run: |
115111
for TAG in $DOCKER_TAGS; do \
116112
docker image tag "$DOCKER_IMAGE_NAME" "$TAG"; \

0 commit comments

Comments
 (0)