ci: let's try cat
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
Build and Deploy / dependency-track (push) Successful in 28s
Build and Deploy / sonarqube (push) Successful in 1m15s
Build and Deploy / dependency-track-container (push) Has been cancelled
Build and Deploy / build-push-server-container (push) Has been cancelled
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
Build and Deploy / dependency-track (push) Successful in 28s
Build and Deploy / sonarqube (push) Successful in 1m15s
Build and Deploy / dependency-track-container (push) Has been cancelled
Build and Deploy / build-push-server-container (push) Has been cancelled
This commit is contained in:
parent
1251894106
commit
5ab2c430de
1 changed files with 1 additions and 7 deletions
|
@ -78,7 +78,7 @@ jobs:
|
|||
projectVersion: "${{ github.ref_name }}"
|
||||
bomFilename: "${{ github.workspace }}/bom.xml"
|
||||
build-push-server-container:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: catthehacker/ubuntu:act-latest
|
||||
needs: build-server
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -90,23 +90,17 @@ jobs:
|
|||
# https://github.com/docker/setup-qemu-action
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
registry: forge.rainote.dev
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
file: ./Server/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
|
|
Loading…
Reference in a new issue