From 5482bf5b8d9c153534fc4756fe55442c0b73356c Mon Sep 17 00:00:00 2001 From: KartoffelChipss <4+kartoffelchipss@noreply.git.fish> Date: Thu, 7 May 2026 17:06:05 +0200 Subject: [PATCH] Update workflow to use quay/quay-deployment v1 --- .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 c2560c7..ed29f3c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: - name: Quay deployment if: success() - uses: https://git.fish/quay/quay-deployment@main + uses: https://git.fish/quay/quay-deployment@v1 with: DEPLOY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }} SITE_ID: ${{ secrets.QUAY_SITE_ID }}