Skip to content

Commit b6812e2

Browse files
committed
mmm yaml syntax
1 parent 6cc7533 commit b6812e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
tags: |
7272
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:trunk
7373
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:unstable
74-
${{ steps.meta.outputs.tags }} # This should only contain trunk-<date> processed above
74+
${{ steps.meta.outputs.tags }}
75+
# This should only contain trunk-<date> processed above
7576
build-args: |
7677
TRAC_INSTALL_URL=svn+https://svn.edgewall.org/repos/trac/trunk
7778
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)