From 9ecdd0a480b52836428d3318a4eb2cbbabc730f3 Mon Sep 17 00:00:00 2001 From: Tom Trappmann Date: Mon, 22 Dec 2025 21:48:04 +0100 Subject: [PATCH] fix pipeline order --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c0cc87e..61d0ea5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,12 +10,12 @@ jobs: container: image: docker:27-cli steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install tools (git + node) run: apk add --no-cache git nodejs npm + - name: Checkout + uses: actions/checkout@v4 + - name: Define image tag run: | echo "IMAGE=local/nautilusDesk:${{ gitea.sha }}" >> $GITEA_ENV