From 215056863291b204206d9be1375106cf5b0eb5d3 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 17:50:44 +0000 Subject: [PATCH] Testing --- .gitea/workflows/build.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6da7b01..053197b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,24 +6,24 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - name: Login to container registry - uses: https://github.com/docker/login-action@v3 - with: - registry: https://git.vanespen.dev - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - - name: Check out repository code - uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3 - - name: Build and push - uses: https://github.com/docker/build-push-action@v6 - with: - context: . - push: true - pull: true - no-cache: true - tags: "git.vanespen.dev/evanespen/blog:latest" + # - name: Login to container registry + # uses: https://github.com/docker/login-action@v3 + # with: + # registry: https://git.vanespen.dev + # username: ${{ secrets.USERNAME }} + # password: ${{ secrets.PASSWORD }} + # - name: Check out repository code + # uses: actions/checkout@v4 + # - name: Set up Docker Buildx + # uses: https://github.com/docker/setup-buildx-action@v3 + # - name: Build and push + # uses: https://github.com/docker/build-push-action@v6 + # with: + # context: . + # push: true + # pull: true + # no-cache: true + # tags: "git.vanespen.dev/evanespen/blog:latest" - name: Setup argocd run: | wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz \