Skip to content

Commit b311bc1

Browse files
authored
Use CSV for output tags of docker meta action (#71)
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent 31952c8 commit b311bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
uses: docker/metadata-action@v5
277277
with:
278278
images: ${{ env.BUILD_KIT_IMAGE_NAME }}
279+
sep-tags: ","
279280
- name: Setup Docker buildx
280281
uses: docker/setup-buildx-action@v3
281282
- name: Build

0 commit comments

Comments
 (0)