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
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
||||
- name: 'Log in to registry'
|
||||
uses: 'actions/podman-login@v1'
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY_DOMAIN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
run: >
|
||||
buildah login
|
||||
-u ${{ vars.REGISTRY_USERNAME }}
|
||||
-p ${{ secrets.REGISTRY_PASSWORD }}
|
||||
${{ vars.REGISTRY_DOMAIN }}
|
||||
# base
|
||||
- run: mkdir cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue