Skip to content

Commit

Permalink
Use CSV for output tags of docker meta action (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm authored Nov 19, 2024
1 parent 31952c8 commit b311bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.BUILD_KIT_IMAGE_NAME }}
sep-tags: ","
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
- name: Build
Expand Down

0 comments on commit b311bc1

Please sign in to comment.