Skip to content

Commit

Permalink
use correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang committed Apr 16, 2024
1 parent f40e2d3 commit d97705c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cq-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9 # v2.3.0

- name: Echo CQ_VERSION
run: echo $CQ_VERSION
run: echo $CQ_CLI

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -69,4 +69,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: CQ_VERSION=$CQ_VERSION
build-args: CQ_CLI=$CQ_CLI

0 comments on commit d97705c

Please sign in to comment.