From 7d099a19a5196e93af91523ddd91664ceb581d23 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 3 Jul 2025 00:23:16 +0000 Subject: [PATCH] new test --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index bcb08f6..d336ef8 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: https://gitea.com/actions/checkout@v3 + uses: https://github.com/actions/checkout@v4 - name: Setup docker build - uses: https://gitea.com/docker/setup-buildx-action@v3 + uses: https://github.com/docker/setup-buildx-action.git - name: Build docker image run: docker build --build-arg BASE_URL=https://mistox.com -t myapp:${GITEA_REF_NAME} .