log in to correct registry 🤦♂️
All checks were successful
Build Container Image / docker (push) Successful in 3m0s
All checks were successful
Build Container Image / docker (push) Successful in 3m0s
This commit is contained in:
parent
a75fb32b33
commit
3ccf7bb41a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ secrets.REGISTRY_URL }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- name: Build and push
|
||||
|
|
Loading…
Reference in a new issue