Add login details for private hub
All checks were successful
Build Python App / build (push) Successful in 23s
All checks were successful
Build Python App / build (push) Successful in 23s
This commit is contained in:
parent
35396f63cb
commit
38c930757f
|
|
@ -30,6 +30,13 @@ jobs:
|
||||||
ruff format . --target-version=py311
|
ruff format . --target-version=py311
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Login to Digital Hippo Labs Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DIPPOLABS_USERNAME }}
|
||||||
|
password: ${{ secrets.DIPPOLABS_TOKEN }}
|
||||||
|
registry: hub.digitalhippo.tech
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue