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