debug login
This commit is contained in:
parent
d62e62c8d1
commit
5da4f80d2f
@ -34,6 +34,10 @@ jobs:
|
||||
run: |
|
||||
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
|
||||
|
||||
- name: docker login
|
||||
run: |
|
||||
docker login -u ${{ github.repository_owner }} -p ${{ secrets.GITEA_TOKEN }} https://git.conorz.at
|
||||
|
||||
# Add support for more platforms with QEMU
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
@ -47,7 +51,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set Docker metadata
|
||||
id: meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user