Skip to content

Commit

Permalink
Fix BASE_IMAGE 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Oct 12, 2023
1 parent ca80405 commit d1a3a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ runs:
version=$(grep Version DESCRIPTION | grep -o "[0-9.]\+")
echo "packageVersion=${version}" >> $GITHUB_ENV
echo $version
echo "BASE_IMAGE=${{ matrix.config.cont }}" >> $GITHUB_ENV
shell: bash {0}

- name: 📦 Render README
Expand Down Expand Up @@ -524,4 +525,4 @@ runs:
latest
build_args: |
PKG=${{ env.packageNameOrig }},
BASE_IMAGE=${{ matrix.config.cont }}
BASE_IMAGE=${{ env.BASE_IMAGE }}

0 comments on commit d1a3a42

Please sign in to comment.