1
0
Fork 0

ci: Make formatting more consistent
All checks were successful
/ Build oci-builder (push) Successful in 1m11s
/ Test oci-builder (push) Successful in 31s
/ Release oci-builder (push) Successful in 2s

This commit is contained in:
ver4a 2025-04-25 09:32:51 +02:00
parent 729c40b48d
commit d2649a5f21

View file

@ -88,9 +88,9 @@ jobs:
- name: 'Log in to registry' - name: 'Log in to registry'
uses: 'actions/podman-login@v1' uses: 'actions/podman-login@v1'
with: with:
registry: ${{ vars.REGISTRY_DOMAIN }} registry: '${{ vars.REGISTRY_DOMAIN }}'
username: ${{ vars.REGISTRY_USERNAME }} username: '${{ vars.REGISTRY_USERNAME }}'
password: ${{ secrets.REGISTRY_PASSWORD }} password: '${{ secrets.REGISTRY_PASSWORD }}'
auth_file_path: '$HOME/.config/containers/auth.json' auth_file_path: '$HOME/.config/containers/auth.json'
- name: 'Move :ci-dev to :stable' - name: 'Move :ci-dev to :stable'