diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d336ef8..e6c5a4b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Setup docker build - uses: https://github.com/docker/setup-buildx-action.git + uses: https://github.com/docker/setup-buildx-action@v3 - name: Build docker image run: docker build --build-arg BASE_URL=https://mistox.com -t myapp:${GITEA_REF_NAME} .