1
0
Fork 0

Remove unneeded "cd" steps in builds

This commit is contained in:
ver4a 2025-04-29 15:14:16 +02:00
parent 7f136a4ab3
commit 2cadfcfc5b

View file

@ -12,8 +12,6 @@ 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
@ -65,8 +63,6 @@ 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
@ -118,8 +114,6 @@ 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
@ -170,7 +164,7 @@ 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