forked from spacebar/SplatNet-Backend
consolidate steps
This commit is contained in:
parent
65d2c9dc20
commit
889db3abab
1 changed files with 1 additions and 7 deletions
|
|
@ -22,10 +22,4 @@ jobs:
|
|||
- name: build
|
||||
env:
|
||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
run: docker buildx build -t $DOCKER_USER/splatnet-backend:latest .
|
||||
|
||||
- name: push
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
env:
|
||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
run: docker push $DOCKER_USER/splatnet-backend:latest
|
||||
run: docker buildx build --push -t $DOCKER_USER/splatnet-backend:latest .
|
||||
Loading…
Reference in a new issue