diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index f13c9d0..4c6d970 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -55,7 +55,7 @@ jobs: needs: build-and-test if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') name: Create and push Docker image - runs-on: [self-hosted, Linux] + runs-on: [self-hosted] steps: - name: Check out the repo uses: actions/checkout@v4 @@ -99,7 +99,7 @@ jobs: name: Deploy to kubernetes stage environment needs: build-and-publish-docker-image if: github.ref == 'refs/heads/main' - runs-on: [self-hosted, Linux] + runs-on: [self-hosted] environment: stage steps: - name: Checkout repository @@ -140,7 +140,7 @@ jobs: name: Deploy to kubernetes prod environment needs: build-and-publish-docker-image if: startsWith(github.event.ref, 'refs/tags/v') - runs-on: [self-hosted, Linux] + runs-on: [self-hosted] environment: prod steps: - name: Checkout repository @@ -175,4 +175,4 @@ jobs: kubectl config view kubectl version kubectl apply -f k8s/prod/bikube.yml - kubectl rollout restart deploy/bikube \ No newline at end of file + kubectl rollout restart deploy/bikube