diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 93c4768..4459333 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,10 +8,12 @@ on: jobs: build: runs-on: [k8s-cluster] - image: node:24-alpine steps: - - name: Checkout code - uses: actions/checkout@v6 + - name: "uname" + run: uname -a - - name: Build & Push Image - run: /kaniko/executor --context . --dockerfile Dockerfile --destination registry.staging/testing-kaniko:${{ gitea.sha }} \ No newline at end of file + # - name: Checkout code + # uses: actions/checkout@v6 + + # - name: Build & Push Image + # run: /kaniko/executor --context . --dockerfile Dockerfile --destination registry.staging/testing-kaniko:${{ gitea.sha }} \ No newline at end of file