Skip to content

Commit

Permalink
Use CSV for output tags of docker meta action in OCPP-tests (EVerest#…
Browse files Browse the repository at this point in the history
…1049)

This has already been fixed in the reusable workflow ( EVerest/everest-ci#71 ) but this doesn't automatically apply here

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Feb 11, 2025
1 parent e694b8d commit 0082d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.BUILD_KIT_IMAGE_NAME }}
sep-tags: ","
- name: Set output tag
id: buildkit_tag
shell: python3 {0}
Expand Down

0 comments on commit 0082d1a

Please sign in to comment.