diff --git a/docs/examples/ci-cd.workflow.yaml b/docs/examples/ci-cd.workflow.yaml index d160dd9..62faaf5 100644 --- a/docs/examples/ci-cd.workflow.yaml +++ b/docs/examples/ci-cd.workflow.yaml @@ -23,4 +23,5 @@ jobs: uses: devthefuture/actions/.forgejo/workflows/deploy.yaml@main secrets: inherit with: - env: "prod" \ No newline at end of file + env: "prod" + meta-tags: ${{ needs.build.outputs.tags }} \ No newline at end of file