Wip
This commit is contained in:
parent
25fcd44460
commit
ec6998832b
1 changed files with 4 additions and 3 deletions
|
|
@ -26,9 +26,10 @@ jobs:
|
||||||
git checkout "${{ github.sha }}"
|
git checkout "${{ github.sha }}"
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
run: |
|
env:
|
||||||
echo "${{ secrets.FORGE_TOKEN }}" \
|
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
| podman login "$REGISTRY" -u "${{ secrets.FORGE_USER }}" --password-stdin
|
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
run: echo "$REGISTRY_PASSWORD" | podman login "$REGISTRY" -u "$REGISTRY_USERNAME" --password-stdin
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue