ci: Make formatting more consistent
This commit is contained in:
parent
729c40b48d
commit
d2649a5f21
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue