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