Skip to content

Commit

Permalink
fix: context of env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Apr 9, 2024
1 parent 508e2dd commit c5f2e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "SOURCE_IMAGE=base" >> $GITHUB_ENV
echo "SOURCE_ORG=fedora-ostree-desktops" >> $GITHUB_ENV
fi
echo "FQ_SOURCE_IMAGE=quay.io/${{ env.SOURCE_ORG }}/${{ env.SOURCE_IMAGE }}:${{ matrix.fedora_version }}" >> $GITHUB_ENV
echo "FQ_SOURCE_IMAGE=quay.io/${{ SOURCE_ORG }}/${{ SOURCE_IMAGE }}:${{ matrix.fedora_version }}" >> $GITHUB_ENV
- name: Generate tags
Expand Down

0 comments on commit c5f2e59

Please sign in to comment.