Skip to content

Commit

Permalink
Update docker-hub-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean authored Apr 16, 2024
1 parent 1fb43c8 commit c51d8c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: IMIO/buildout.pm.portal/actions/harbor@plone6
with:
HARBOR_URL: ${{ secrets.HARBOR_URL }}
DELIB_HARBOR_USERNAME: ${{ secrets.DELIB_HARBOR_USERNAME }}
DELIB_HARBOR_PASSWORD: ${{ secrets.DELIB_HARBOR_PASSWORD }}
tags: "${{ secrets.HARBOR_URL }}/delib/citizenportal:latest"
DELIB_HARBOR_USERNAME: ${{ secrets.IMIO_HARBOR_USER }}
DELIB_HARBOR_PASSWORD: ${{ secrets.IMIO_HARBOR_PWD }}
tags: "${{ secrets.HARBOR_URL }}/delib/citizenportal:latest"

0 comments on commit c51d8c2

Please sign in to comment.