diff --git a/docker/action.yaml b/docker/action.yaml index 0883da0..f73daa8 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: https://gitea.okami101.io/okami101/actions/release@main if: ${{ inputs.release == 'true' }} with: token: ${{ inputs.gitea-token }}