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