new test
Build-Release / Build-Release (push) Failing after 16s

This commit is contained in:
2025-07-03 00:25:12 +00:00
parent 7d099a19a5
commit 3ee858461f
+1 -1
View File
@@ -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} .