tests actions
This commit is contained in:
parent
b872d6de0d
commit
132c2abbf3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/.github-ci_podman.yaml
vendored
4
.github/workflows/.github-ci_podman.yaml
vendored
|
@ -19,9 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Credentials File
|
- name: Build Credentials File
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /root/.docker
|
echo "${{ secrets.REGISTRY_PASSWORD }}" | podman login forgejo.edf-bootstrap.cx.fg1.ffm.osc.live -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
|
||||||
AUTHSTRING=$(echo -n "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}" | base64 -w 0)
|
|
||||||
echo "{\"auths\":{\"https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live\":{\"auth\":\"${AUTHSTRING}\"}}}" > /root/.docker/config.json
|
|
||||||
|
|
||||||
- name: Build Docker Container
|
- name: Build Docker Container
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue