pls work bb

This commit is contained in:
Liam 2022-10-26 12:16:49 +01:00
parent 8b4ea8b3c5
commit 0cf4d64795

@ -16,10 +16,12 @@ steps:
image: node:18-alpine image: node:18-alpine
commands: commands:
- npm run build - npm run build
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
username: from_secret: dockerhub_username username:
password: from_secret: dockerhub_password from_secret: dockerhub_username
password:
from_secret: dockerhub_password
repo: fascinated/beatsaber-overlay repo: fascinated/beatsaber-overlay
tags: latest tags: latest