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