From 1686551ab3d4be81954e84c345aebbce8d38569f Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 10:33:16 +0100 Subject: [PATCH] temp disable --- .gitea/workflows/deploy.yml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 34a0a81..13c3165 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,26 +12,24 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + # - name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_TOKEN }} - registry: git.fascinated.cc + # - name: Login to Docker Hub + # uses: docker/login-action@v3 + # with: + # username: ${{ secrets.REGISTRY_USERNAME }} + # password: ${{ secrets.REGISTRY_TOKEN }} + # registry: git.fascinated.cc - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - push: true - tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest - build-args: | - GIT_REV=${{ gitea.sha }} - cache-from: type=registry,ref=git.fascinated.cc/fascinated/scoresaber-reloaded:cache - cache-to: type=registry,ref=git.fascinated.cc/fascinated/scoresaber-reloaded:cache,mode=max + # - name: Build and push + # uses: docker/build-push-action@v6 + # with: + # context: . + # push: true + # tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest + # build-args: | + # GIT_REV=${{ gitea.sha }} - name: Install kubectl run: sudo apt-get install -y kubectl