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

This commit is contained in:
2025-07-03 00:23:16 +00:00
parent 516f92e4b2
commit 7d099a19a5
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v4
- name: Setup docker build - 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 - name: Build docker image
run: docker build --build-arg BASE_URL=https://mistox.com -t myapp:${GITEA_REF_NAME} . run: docker build --build-arg BASE_URL=https://mistox.com -t myapp:${GITEA_REF_NAME} .