Skip to content

Commit

Permalink
Reuse the latest tag for release to avoid duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Apr 16, 2021
1 parent 0cf5b9f commit eeaaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- if: ${{ github.event_name != 'release' }}
name: Set the CONTAINER_IMAGE_RELEASE_TAG environment variable
run: |
echo "CONTAINER_IMAGE_RELEASE_TAG=$CONTAINER_IMAGE_RELEASE_TAGlatest" >> $GITHUB_ENV
echo "CONTAINER_IMAGE_RELEASE_TAG=${CONTAINER_IMAGE_LATEST_TAG}" >> $GITHUB_ENV
- name: Build the container image for all the platforms and eventually push to Docker Hub (latest)
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit eeaaef1

Please sign in to comment.