Skip to content

Commit

Permalink
testing now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 17, 2024
1 parent 3f9bff0 commit 66e3a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ jobs:
- name: Set docker build-args
run: >-
source ./settings.sh;
for i in BUILD_DATE COMMIT VERSION VERSION ITERATION LICENSE DESC VENDOR AUTHOR SOURCE_URL; do
eval echo "${i}=\$${i}" >> $GITHUB_ENV;
for item in BUILD_DATE COMMIT VERSION VERSION ITERATION LICENSE DESC VENDOR AUTHOR SOURCE_URL; do
eval echo "NEW ENV: ${item}=\$${item}";
eval echo "${item}=\$${item}" >> $GITHUB_ENV;
done
# Build and push Docker image with Buildx (don't push on PR)
Expand Down

0 comments on commit 66e3a07

Please sign in to comment.