Skip to content

Commit

Permalink
Move OUTPUTS_FILE env definition to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Apr 21, 2024
1 parent 839fdef commit db83ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
OUTPUTS_FILE: /tmp/matrix-outputs.txt

jobs:
build-base:
Expand Down Expand Up @@ -135,7 +136,6 @@ jobs:
IMAGE_NAME: eternal-linux/main/${{ matrix.fedora-edition }}
FEDORA_VERSION: ${{ matrix.fedora-version }}
COREOS_KERNEL: "N/A"
OUTPUTS_FILE: /tmp/matrix-outputs.txt
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit db83ef4

Please sign in to comment.