💚 Use official docker registery to store
Some checks failed
release-nightly / build-docker (push) Failing after 18s
Some checks failed
release-nightly / build-docker (push) Failing after 18s
This commit is contained in:
parent
4a35602388
commit
afd6daae18
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: code.smartsheep.studio
|
||||
registry: hub.docker.com
|
||||
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
@ -26,4 +26,4 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: code.smartsheep.studio/goatworks/roadsign:nightly
|
||||
tags: xsheep2010/roadsign:nightly
|
||||
|
@ -1,2 +1,3 @@
|
||||
/dist
|
||||
/node_modules
|
||||
/*.lock
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user