From b6083980e7025ea2cdc920ed663efd807962b54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Duch=C3=AAne?= Date: Tue, 16 Apr 2024 10:29:32 +0200 Subject: [PATCH] Update action.yml --- actions/harbor/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/harbor/action.yml b/actions/harbor/action.yml index d26926c..3ab70ed 100644 --- a/actions/harbor/action.yml +++ b/actions/harbor/action.yml @@ -30,8 +30,8 @@ runs: uses: docker/login-action@v3 with: registry: ${{ inputs.HARBOR_URL }} - username: ${{ inputs.DELIB_HARBOR_USERNAME }} - password: ${{ inputs.DELIB_HARBOR_PASSWORD }} + username: ${{ inputs.IMIO_HARBOR_USER }} + password: ${{ inputs.IMIO_HARBOR_PWD }} - name: Build and push uses: docker/build-push-action@v5 with: @@ -40,4 +40,4 @@ runs: tags: ${{ inputs.tags }} platforms: linux/amd64 pull: true - push: true \ No newline at end of file + push: true