Remove unneeded "cd" steps in builds
This commit is contained in:
parent
7f136a4ab3
commit
2cadfcfc5b
1 changed files with 1 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,7 +164,7 @@ jobs:
|
|||
needs: 'build-kde-nvidia'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}/containers
|
||||
|
||||
- name: 'Log in to registry'
|
||||
run: >
|
||||
buildah login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue