Skip to content

Commit

Permalink
Fix var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Dec 19, 2023
1 parent 59584fa commit 287b41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subflow_run_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
./compat_test.sh --from-version 0.4.1 --to-version trunk
- name: Docker Hub login
if: ${{release}}
if: ${{ inputs.release }}
run: |
echo '${{ secrets.DOCKER_HUB_PASSWORD }}' | docker login --username ${{ secrets.DOCKER_HUB_LOGIN}} --password-stdin
- name: Docker
if: ${{release}}
if: ${{ inputs.release }}
shell: bash
run: |
make release RELEASE_VERSION=0.0.$(git rev-list --count HEAD)-dev-${GITHUB_SHA} OPERATOR_IMAGE=ytsaurus/k8s-operator-nightly OPERATOR_CHART=ytop-chart-nightly

0 comments on commit 287b41d

Please sign in to comment.