Fix: Build
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 32s
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 32s
This commit is contained in:
@@ -9,26 +9,16 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: repo.eldiaservicios.com
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ gitea.token }}
|
||||
run: |
|
||||
echo "${{ gitea.token }}" | docker login repo.eldiaservicios.com -u "${{ gitea.actor }}" --password-stdin
|
||||
|
||||
- name: Build and Push Backend
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./Backend
|
||||
push: true
|
||||
tags: repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-backend:latest
|
||||
run: |
|
||||
docker build -t repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-backend:latest ./Backend
|
||||
docker push repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-backend:latest
|
||||
|
||||
- name: Build and Push Frontend
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./Frontend
|
||||
push: true
|
||||
tags: repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-frontend:latest
|
||||
run: |
|
||||
docker build -t repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-frontend:latest ./Frontend
|
||||
docker push repo.eldiaservicios.com/${{ gitea.repository_owner }}/lab-frontend:latest
|
||||
Reference in New Issue
Block a user