diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 667d2bc..8dfdddd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,11 +9,8 @@ jobs: build: runs-on: k8s-runner-01 steps: - - name: "uname" - run: uname -a + - name: Checkout code + uses: actions/checkout@v6 - # - 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 + - name: "Checking docker version" + run: docker version \ No newline at end of file