Skip to content

Commit

Permalink
trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 17, 2024
1 parent 66e3a07 commit 10ef25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,10 @@ jobs:

- name: Set docker build-args
run: >-
git fetch --force --tags;
source ./settings.sh;
for item in BUILD_DATE COMMIT VERSION VERSION ITERATION LICENSE DESC VENDOR AUTHOR SOURCE_URL; do
eval echo "NEW ENV: ${item}=\$${item}";
eval echo "settings.sh build-arg: ${item}=\$${item}";
eval echo "${item}=\$${item}" >> $GITHUB_ENV;
done
Expand Down

0 comments on commit 10ef25b

Please sign in to comment.