Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean authored Apr 16, 2024
1 parent cac1d91 commit b608398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/harbor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -40,4 +40,4 @@ runs:
tags: ${{ inputs.tags }}
platforms: linux/amd64
pull: true
push: true
push: true

0 comments on commit b608398

Please sign in to comment.