Compare commits
1 commit
da8549cf30
...
a7c159b0c1
Author | SHA1 | Date | |
---|---|---|---|
a7c159b0c1 |
1 changed files with 2 additions and 2 deletions
|
@ -27,14 +27,14 @@ runs:
|
|||
uses: https://git.kjan.de/actions/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
|
||||
|
||||
- name: Login to local Docker Registry
|
||||
uses: https://git.kjan.de/actions/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
|
||||
uses: https://git.kjan.de/actions/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
|
||||
with:
|
||||
registry: git.kjan.de
|
||||
username: ${{ inputs.REGISTRY_USERNAME }}
|
||||
password: ${{ inputs.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Login to Docker.io Registry
|
||||
uses: https://git.kjan.de/actions/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
|
||||
uses: https://git.kjan.de/actions/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
|
||||
with:
|
||||
username: ${{ inputs.DOCKER_USERNAME }}
|
||||
password: ${{ inputs.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue