Skip to content

Commit eeaaef1

Browse files
committed
Reuse the latest tag for release to avoid duplication
1 parent 0cf5b9f commit eeaaef1

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_RELEASE_TAGlatest" >> $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)