We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5622b71 commit f9dce19Copy full SHA for f9dce19
.github/workflows/docker-refresh.yml
@@ -31,10 +31,6 @@ jobs:
31
- docker.internal.networkradius.com/self-hosted
32
dockerfile: scripts/ci/Dockerfile
33
34
- - base_image: ubuntu:20.04
35
- image_name: docker.internal.networkradius.com/self-hosted-ubuntu20
36
- dockerfile: scripts/ci/Dockerfile-ubuntu20
37
-
38
- base_image: mariadb
39
- base_image: postgres
40
- base_image: 4teamwork/389ds
@@ -110,7 +106,7 @@ jobs:
110
106
shell: bash
111
107
env:
112
108
DOCKER_IMAGE_NAME: ${{ matrix.os.image_name }}
113
- DOCKER_TAGS: ${{ matrix.os.extra_tags }}
109
+ DOCKER_TAGS: ${{ join(matrix.os.extra_tags, ' ') }}
114
run: |
115
for TAG in $DOCKER_TAGS; do \
116
docker image tag "$DOCKER_IMAGE_NAME" "$TAG"; \
0 commit comments