read registry
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 30s
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 30s
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:
@ -50,7 +50,7 @@ jobs:
|
||||
#Build Docker image
|
||||
- name: Build Docker image
|
||||
env:
|
||||
GITEA_REGISTRY_URL: 'git.bepastem.com'
|
||||
GITEA_REGISTRY_URL: 'https://git.bepastem.com'
|
||||
OWNER: ${{ gitea.actor }}
|
||||
IMAGE_NAME: my-app2
|
||||
run: |
|
||||
@ -59,8 +59,8 @@ jobs:
|
||||
|
||||
- name: Build and push Docker image using Buildx
|
||||
env:
|
||||
GITEA_REGISTRY_URL: 'git.bepastem.com'
|
||||
#GITEA_REGISTRY_URL: ${{ secrets.GITEA_REGISTRY_URL }}
|
||||
GITEA_REGISTRY_URL: 'https://git.bepastem.com'
|
||||
#GITEA_REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
||||
IMAGE_NAME: my-app-backend
|
||||
APP_VERSION: v1.0.0
|
||||
#IMAGE_NAME: ${{ vars.IMAGE_NAME }}
|
||||
@ -87,9 +87,9 @@ jobs:
|
||||
#IMAGE_NAME: ${{ vars.IMAGE_NAME }}
|
||||
GITEA_USERNAME: ${{ gitea.actor }}
|
||||
GITEA_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
GITEA_REGISTRY_URL: ${{ vars.GITEA_REGISTRY_URL }}
|
||||
#IMAGE_NAME: ${{ vars.GITEA_REGISTRY_URL }}/GITEA_USERNAME/my-app2:latest
|
||||
#GITEA_REGISTRY_URL: ${{ secrets.GITEA_REGISTRY_URL }}
|
||||
GITEA_REGISTRY_URL: ${{ vars.REGISTRY_URL }}
|
||||
#IMAGE_NAME: ${{ vars.REGISTRY_URL }}/GITEA_USERNAME/my-app2:latest
|
||||
#REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
||||
run: |
|
||||
echo "GITEA_REGISTRY_URL: $GITEA_REGISTRY_URL"
|
||||
docker login $GITEA_REGISTRY_URL -u $GITEA_USERNAME -p $GITEA_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user