@@ -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} .
|
||||||
|
|||||||
Reference in New Issue
Block a user