docker login
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 11s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 11s
This commit is contained in:
parent
59eea9f7d3
commit
0da7aef103
@ -18,7 +18,11 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Docker Registry
|
||||
run: echo "${{ secrets.PASSWORD }}" | docker login ${{ secrets.REGISTRY }} -u "${{ secrets.USERNAME }}" --password-stdin
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ secrets.REGISTRY }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- name: Determine Version
|
||||
id: version
|
||||
|
Loading…
x
Reference in New Issue
Block a user