fix build
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
Gitea Actions Demo 2 / Builder (pull_request) Failing after 2m33s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
Gitea Actions Demo 2 / Builder (pull_request) Failing after 2m33s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped
This commit is contained in:
@ -52,6 +52,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITEA_REGISTRY_URL: 'git.bepastem.com'
|
GITEA_REGISTRY_URL: 'git.bepastem.com'
|
||||||
OWNER: ${{ gitea.actor }}
|
OWNER: ${{ gitea.actor }}
|
||||||
|
IMAGE_NAME: my-app2
|
||||||
run: |
|
run: |
|
||||||
#docker build -t $GITEA_REGISTRY_URL/$OWNER/my-app:latest .
|
#docker build -t $GITEA_REGISTRY_URL/$OWNER/my-app:latest .
|
||||||
docker build -t $GITEA_REGISTRY_URL/$OWNER/$IMAGE_NAME:latest .
|
docker build -t $GITEA_REGISTRY_URL/$OWNER/$IMAGE_NAME:latest .
|
||||||
@ -70,7 +71,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
-t $GITEA_REGISTRY_URL/$IMAGE_NAME:latest \
|
-t $IMAGE_NAME:latest \
|
||||||
|
-t $GITEA_REGISTRY_URL/$OWNER/$IMAGE_NAME:latest \
|
||||||
#-t ${{ secrets.GITEA_REGISTRY_URL }}/$OWNER/$IMAGE_NAME:latest \
|
#-t ${{ secrets.GITEA_REGISTRY_URL }}/$OWNER/$IMAGE_NAME:latest \
|
||||||
#--push \
|
#--push \
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user