From 4bb6b9cf679cc929c56f71a9b8ff19d3e50842d6 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 22 Aug 2024 18:46:23 +0200 Subject: [PATCH] init auto release project --- docker/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}