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