Compare commits
2 commits
7f136a4ab3
...
333954f2d9
Author | SHA1 | Date | |
---|---|---|---|
333954f2d9 | |||
2cadfcfc5b |
1 changed files with 2 additions and 7 deletions
|
@ -12,8 +12,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}/containers
|
||||
|
||||
- name: 'Log in to registry'
|
||||
run: >
|
||||
buildah login
|
||||
|
@ -65,8 +63,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}/containers
|
||||
|
||||
- name: 'Log in to registry'
|
||||
run: >
|
||||
buildah login
|
||||
|
@ -118,8 +114,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}/containers
|
||||
|
||||
- name: 'Log in to registry'
|
||||
run: >
|
||||
buildah login
|
||||
|
@ -170,13 +164,14 @@ jobs:
|
|||
needs: 'build-kde-nvidia'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}/containers
|
||||
|
||||
- name: 'Log in to registry'
|
||||
run: >
|
||||
buildah login
|
||||
-u ${{ vars.REGISTRY_USERNAME }}
|
||||
-p ${{ secrets.REGISTRY_PASSWORD }}
|
||||
${{ vars.REGISTRY_DOMAIN }}
|
||||
|
||||
- name: 'Build image - onc-kde:main-nvidia-ver4a'
|
||||
run: >
|
||||
buildah bud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue