From bfd0ab23c20ef4dc1a199ca0a64fb3072bac330e Mon Sep 17 00:00:00 2001 From: baraganio Date: Mon, 29 Apr 2024 01:40:35 +0200 Subject: [PATCH] Camabiando fallo en release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d12c74d0..acf0e9cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,7 +162,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: - name: arquisoft/wiq_es2c/gatewayservice/monitoring/prometheus + name: arquisoft/wiq_es2b/gatewayservice/monitoring/prometheus username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io @@ -179,7 +179,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: - name: arquisoft/wiq_es2c/gatewayservice/monitoring/grafana + name: arquisoft/wiq_es2b/gatewayservice/monitoring/grafana username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io