Skip to content

Commit

Permalink
Don't use external action for setting CQ_CLI env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Apr 17, 2024
1 parent 4082eba commit db4e69b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cq-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
tags: |
type=sha,format=long
- name: Load .env file
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9 # v2.3.0

- name: Echo CQ_VERSION
run: echo ${{ env.CQ_CLI }}
- name: Set CQ_CLI Github Env variable from .env
run: |
source .env
echo "CQ_CLI=${CQ_CLI}" >> "$GITHUB_ENV"
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit db4e69b

Please sign in to comment.