diff --git a/docker/action.yaml b/docker/action.yaml index 74d3ab8..0883da0 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -35,7 +35,7 @@ runs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: release + - uses: ./release if: ${{ inputs.release == 'true' }} with: token: ${{ inputs.gitea-token }}