💚 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
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: code.smartsheep.studio
|
registry: hub.docker.com
|
||||||
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
@ -26,4 +26,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: code.smartsheep.studio/goatworks/roadsign:nightly
|
tags: xsheep2010/roadsign:nightly
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
/dist
|
/dist
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/*.lock
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user