We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc7533 commit b6812e2Copy full SHA for b6812e2
1 file changed
.github/workflows/docker-publish.yml
@@ -71,7 +71,8 @@ jobs:
71
tags: |
72
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:trunk
73
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:unstable
74
- ${{ steps.meta.outputs.tags }} # This should only contain trunk-<date> processed above
+ ${{ steps.meta.outputs.tags }}
75
+ # This should only contain trunk-<date> processed above
76
build-args: |
77
TRAC_INSTALL_URL=svn+https://svn.edgewall.org/repos/trac/trunk
78
labels: ${{ steps.meta.outputs.labels }}
0 commit comments