Skip to content

Commit

Permalink
export versions (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <[email protected]>
  • Loading branch information
brooksn authored Oct 22, 2024
1 parent 8737e53 commit 12322f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hardened-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ jobs:
REGISTRY: ${{ github.repository_owner }}
run: ./scripts/package

- name: Setup tags
run: |
source ./scripts/version
echo "TAG=$TAG" >> $GITHUB_ENV
echo "PKG=$PKG" >> $GITHUB_ENV
echo "REGISTRY=$REGISTRY" >> $GITHUB_ENV
echo "NGINX_TAG=$NGINX_TAG" >> $GITHUB_ENV
echo "BASE_IMAGE=$BASE_IMAGE" >> $GITHUB_ENV
- name: Build and push controller image
uses: rancher/ecm-distro-tools/actions/publish-image@master
with:
Expand Down

0 comments on commit 12322f3

Please sign in to comment.