Skip to content

Commit

Permalink
Update push-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed May 29, 2024
1 parent 1852133 commit 2853d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get version from Chart.yaml
run: |
APP_VERSION=$(grep appVersion chart/Chart.yaml | cut -d ' ' -f 2 | tr -d '"')
echo "::set-env name=APP_VERSION::$APP_VERSION"
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 2853d8b

Please sign in to comment.