specifying repo when pushing
This commit is contained in:
parent
a48b13a84e
commit
162894d25e
@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: sarsoo/selector-cli:latest
|
tags: gitea.sheep-ghoul.ts.net/sarsoo/selector-cli:latest
|
||||||
file: Dockerfile.CLI
|
file: Dockerfile.CLI
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: sarsoo/selector-web:latest
|
tags: gitea.sheep-ghoul.ts.net/sarsoo/selector-web:latest
|
||||||
file: Dockerfile.Web
|
file: Dockerfile.Web
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user