This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
- name: Echo Credentials
|
||||||
|
run: |
|
||||||
|
echo "Registry: ${{ registry }}"
|
||||||
|
echo "Username: ${{ username }}"
|
||||||
|
echo "Password: ${{ password }}"
|
||||||
|
|
||||||
- name: Log in to Gitea Registry
|
- name: Log in to Gitea Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user