We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538fbd8 commit 86dcbeaCopy full SHA for 86dcbea
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
- if: ${{ github.event_name != 'release' }}
58
name: Set the CONTAINER_IMAGE_RELEASE_TAG environment variable
59
run: |
60
- echo "CONTAINER_IMAGE_RELEASE_TAG=${CONTAINER_IMAGE_LATEST_TAG}" >> $GITHUB_ENV
+ echo "CONTAINER_IMAGE_RELEASE_TAG=${CONTAINER_IMAGE_LATEST_TAG}" >> ${GITHUB_ENV}
61
- name: Build the container image for all the platforms and eventually push to Docker Hub (latest)
62
uses: docker/build-push-action@v2
63
with:
0 commit comments