diff --git a/.gitea/workflows/package.yml b/.gitea/workflows/package.yml index 5058a8d..cf62854 100644 --- a/.gitea/workflows/package.yml +++ b/.gitea/workflows/package.yml @@ -4,20 +4,13 @@ on: push: tags: - "v*" - container: - image: node:20-bookworm jobs: docker-image: - runs-on: ubuntu + runs-on: node permissions: contents: read - - name: Install Docker CLI - run: | - apt-get update - apt-get install -y docker.io curl - steps: - name: Checkout code uses: actions/checkout@v4 @@ -67,7 +60,7 @@ jobs: -d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}" deploy-fallback-log: - runs-on: ubuntu + runs-on: node needs: docker-image if: failure() steps: