Compare commits

..

1 commit

View file

@ -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 }}