Wip
Some checks failed
CI / build (push) Failing after 1m12s
CI / bump-infra (push) Has been skipped

This commit is contained in:
Philip Peterson 2026-06-11 22:56:25 -07:00
parent 25fcd44460
commit ec6998832b

View file

@ -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: |