ci: Replace podman-login action
This commit is contained in:
parent
a65b73560d
commit
e68c0cbf8f
1 changed files with 5 additions and 5 deletions
|
@ -9,11 +9,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
||||||
- name: 'Log in to registry'
|
- name: 'Log in to registry'
|
||||||
uses: 'actions/podman-login@v1'
|
run: >
|
||||||
with:
|
buildah login
|
||||||
registry: ${{ vars.REGISTRY_DOMAIN }}
|
-u ${{ vars.REGISTRY_USERNAME }}
|
||||||
username: ${{ vars.REGISTRY_USERNAME }}
|
-p ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
${{ vars.REGISTRY_DOMAIN }}
|
||||||
# base
|
# base
|
||||||
- run: mkdir cache
|
- run: mkdir cache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue