mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: moved env before needs
This commit is contained in:
parent
a51e4d59b4
commit
36f4bf1e00
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -59,13 +59,13 @@ jobs:
|
||||||
|
|
||||||
build-and-push-iso:
|
build-and-push-iso:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}
|
||||||
needs:
|
needs:
|
||||||
- build-container
|
- build-container
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
env:
|
|
||||||
ISO_NAME: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue