Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DH_USERNAME }}
password: ${{ secrets.DH_PASSWORD }}
username: ${{ secrets.DOCKERHUB_CLI_USERNAME }}
password: ${{ secrets.DOCKERHUB_CLI_PASSWORD }}
- name: Run manifests image build
run: make manifests-image
- name: Push manifests container image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DH_USERNAME }}
password: ${{ secrets.DH_PASSWORD }}
username: ${{ secrets.DOCKERHUB_CLI_USERNAME }}
password: ${{ secrets.DOCKERHUB_CLI_PASSWORD }}
- name: Set image tag env var
# Refer https://stackoverflow.com/a/58178121 for git tag extraction.
run: |
Expand Down