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'
|
||||
uses: 'actions/podman-login@v1'
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY_DOMAIN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
registry: '${{ vars.REGISTRY_DOMAIN }}'
|
||||
username: '${{ vars.REGISTRY_USERNAME }}'
|
||||
password: '${{ secrets.REGISTRY_PASSWORD }}'
|
||||
auth_file_path: '$HOME/.config/containers/auth.json'
|
||||
|
||||
- name: 'Move :ci-dev to :stable'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue