mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-19 23:46:53 +00:00
cleaner output
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m52s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m52s
This commit is contained in:
parent
b02a7eb47d
commit
caba7107f8
@ -19,10 +19,6 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build Docker images
|
|
||||||
working-directory: .build/prod
|
|
||||||
run: BUILDKIT_PROGRESS=plain docker compose build
|
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
@ -31,10 +27,9 @@ jobs:
|
|||||||
username: ${{ vars.DOCKER_REGISTRY_USER }}
|
username: ${{ vars.DOCKER_REGISTRY_USER }}
|
||||||
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Push Docker images
|
- name: Build and push docker images
|
||||||
if: github.event_name != 'pull_request'
|
|
||||||
working-directory: .build/prod
|
working-directory: .build/prod
|
||||||
run: docker compose push
|
run: docker compose --progress plain build --push
|
||||||
|
|
||||||
- name: Deploy production
|
- name: Deploy production
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user