Update .github/workflows/build.yaml
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
This commit is contained in:
parent
cff196d058
commit
82819d9de9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Login to Self-Hosted Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.myco.systems
|
||||
registry: fung.uy
|
||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||
|
||||
|
@ -39,4 +39,5 @@ jobs:
|
|||
HUGO_VERSION=0.138.0
|
||||
NODE_VERSION=22.5.0
|
||||
tags: |
|
||||
git.myco.systems/mycosystems/web-ci:latest
|
||||
fung.uy/mycosystems/web-ci:latest
|
||||
fung.uy/mycosystems/web-ci:0.138.0
|
||||
|
|
Loading…
Add table
Reference in a new issue