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