Update .github/workflows/build.yaml
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled

This commit is contained in:
brooke 2025-03-19 15:20:17 -04:00
parent cff196d058
commit 82819d9de9

View file

@ -23,7 +23,7 @@ jobs:
- name: Login to Self-Hosted Registry - name: Login to Self-Hosted Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.myco.systems registry: fung.uy
username: ${{ secrets.MYCO_REGISTRY_USER }} username: ${{ secrets.MYCO_REGISTRY_USER }}
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }} password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
@ -39,4 +39,5 @@ jobs:
HUGO_VERSION=0.138.0 HUGO_VERSION=0.138.0
NODE_VERSION=22.5.0 NODE_VERSION=22.5.0
tags: | tags: |
git.myco.systems/mycosystems/web-ci:latest fung.uy/mycosystems/web-ci:latest
fung.uy/mycosystems/web-ci:0.138.0