cambiado el gitea
This commit is contained in:
@@ -27,13 +27,13 @@ jobs:
|
||||
needs: filter
|
||||
runs-on: docker
|
||||
env:
|
||||
REG: gitea.interno.com/nucleo000
|
||||
REG: gitea.nucleoriofrio.com/nucleo000
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.interno.com
|
||||
registry: gitea.nucleoriofrio.com
|
||||
username: nucleo000
|
||||
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
|
||||
|
||||
@@ -63,11 +63,11 @@ jobs:
|
||||
needs: build
|
||||
runs-on: docker
|
||||
env:
|
||||
REG: gitea.interno.com/nucleo000
|
||||
REG: gitea.nucleoriofrio.com/nucleo000
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Login to registry
|
||||
run: docker login gitea.interno.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
|
||||
run: docker login gitea.nucleoriofrio.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
|
||||
|
||||
- name: Pull fresh images used in compose
|
||||
run: docker compose pull --ignore-pull-failures
|
||||
|
||||
Reference in New Issue
Block a user