fix username secret
This commit is contained in:
parent
6822d22bd4
commit
b49cad1f58
@ -37,7 +37,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: hub.nationtech.io
|
||||
username: ${{ secrets.HUB_BOT_USERNAME }}
|
||||
username: ${{ secrets.HUB_BOT_USER }}
|
||||
password: ${{ secrets.HUB_BOT_PASSWORD }}
|
||||
|
||||
# TODO: build ARM images too
|
||||
|
Loading…
Reference in New Issue
Block a user