Enabling docker image push
All checks were successful
Build / BuildAPI (push) Successful in 8s
Build / BuildUI (push) Successful in 13s
Build / BuildUI (release) Successful in 14s
Build / BuildAPI (release) Successful in 8s
Build / Publish UI Docker Image (release) Successful in 33s
Build / Publish API Docker Image (release) Successful in 25s
All checks were successful
Build / BuildAPI (push) Successful in 8s
Build / BuildUI (push) Successful in 13s
Build / BuildUI (release) Successful in 14s
Build / BuildAPI (release) Successful in 8s
Build / Publish UI Docker Image (release) Successful in 33s
Build / Publish API Docker Image (release) Successful in 25s
This commit is contained in:
parent
ce18798f8a
commit
699ab7aae4
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: source/ticketUI/Dockerfile
|
||||
push: false
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ticket-ui:${{ github.ref_name }}
|
||||
PublishAPI:
|
||||
runs-on: osx
|
||||
|
|
@ -96,5 +96,5 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: source/ticketAPI/Dockerfile
|
||||
push: false
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ticket-api:${{ github.ref_name }}
|
||||
Loading…
Reference in New Issue
Block a user