ci: v1 includes docker
Some checks failed
Build and Deploy / build-server (push) Successful in 50s
Build and Deploy / dependency-track (push) Successful in 28s
Build and Deploy / sonarqube (push) Successful in 1m40s
Build and Deploy / build-push-server-container (push) Failing after 45s
Build and Deploy / dependency-track-container (push) Has been cancelled
Some checks failed
Build and Deploy / build-server (push) Successful in 50s
Build and Deploy / dependency-track (push) Successful in 28s
Build and Deploy / sonarqube (push) Successful in 1m40s
Build and Deploy / build-push-server-container (push) Failing after 45s
Build and Deploy / dependency-track-container (push) Has been cancelled
This commit is contained in:
parent
8c0c23b741
commit
f781c487a3
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ jobs:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
context: ./Server/
|
context: ./Server/
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue