Skip to content

Commit 86dcbea

Browse files
authored
fix: shellcheck linter error in main.yml github workflow (#73)
1 parent 538fbd8 commit 86dcbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- if: ${{ github.event_name != 'release' }}
5858
name: Set the CONTAINER_IMAGE_RELEASE_TAG environment variable
5959
run: |
60-
echo "CONTAINER_IMAGE_RELEASE_TAG=${CONTAINER_IMAGE_LATEST_TAG}" >> $GITHUB_ENV
60+
echo "CONTAINER_IMAGE_RELEASE_TAG=${CONTAINER_IMAGE_LATEST_TAG}" >> ${GITHUB_ENV}
6161
- name: Build the container image for all the platforms and eventually push to Docker Hub (latest)
6262
uses: docker/build-push-action@v2
6363
with:

0 commit comments

Comments
 (0)