revert 65d2c9dc20
Some checks failed
backend / docker (push) Failing after 13s
Some checks failed
backend / docker (push) Failing after 13s
revert wtf is going on with forgejo rn
This commit is contained in:
parent
a4ebf2f106
commit
95a022d479
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: build
|
||||
env:
|
||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
run: docker buildx build -t $DOCKER_USER/splatnet-backend:latest .
|
||||
run: docker build -t $DOCKER_USER/splatnet-backend:latest .
|
||||
|
||||
- name: push
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
|
|
|
|||
Loading…
Reference in a new issue