Skip to content

Commit

Permalink
add missing pipe for images in meta step
Browse files Browse the repository at this point in the history
new-lines without pipe don't get treated as newlines, see https://yaml-multiline.info/
  • Loading branch information
snpz authored and gaul committed Jan 11, 2024
1 parent 87d3db4 commit 0af09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: docker_action_meta
uses: docker/[email protected]
with:
images:
images: |
name=ghcr.io/${{ github.repository }}/container
name=andrewgaul/s3proxy,enable=${{ env.dockerhub_publish }}
flavor: |
Expand Down

0 comments on commit 0af09a5

Please sign in to comment.