From ab6502e269379427d0299a1dea27a11c760215f5 Mon Sep 17 00:00:00 2001 From: KartoffelChipss <4+kartoffelchipss@noreply.git.fish> Date: Thu, 7 May 2026 16:57:18 +0200 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0debfb7..1b585ef 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: - name: Quay deployment if: success() - uses: https://git.fish/quay/quay-deployment@v1 + uses: https://git.fish/quay/quay-deployment@main with: DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }} SITE_ID: ${{ secrets.QUAY_SITE_ID }}