test build image fe
This commit is contained in:
parent
1045294a44
commit
f33fbe84de
5 changed files with 140 additions and 3 deletions
2
.github/workflows/remote-build.yaml
vendored
2
.github/workflows/remote-build.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
# context: cms
|
||||
context: ./
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{env.REGISTRY}}/${{env.CMS_IMAGE_NAME}}:${{env.CMS_IMAGE_TAG}},${{env.REGISTRY}}/${{env.CMS_IMAGE_NAME}}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue