This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.skrd.fun
|
registry: git.skrd.fun
|
||||||
username: ryuuji
|
username: skrd
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@master
|
uses: docker/build-push-action@master
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.skrd.fun/ryuuji/start.danielcortes.xyz:latest
|
tags: git.skrd.fun/skrd/start.skrd.fun:latest
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# deploy:
|
# deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user