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
|
- name: build
|
||||||
env:
|
env:
|
||||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
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
|
- name: push
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue