Skip to content

Commit

Permalink
Publish only latest tag at Dockerhub for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Nov 6, 2024
2 parents edd43bc + cbdee68 commit 186474b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: eoepca/registration-harvester:latest,eoepca/registration-harvester:${{ env.HARVESTER_VERSION }}
tags: eoepca/registration-harvester:latest
#tags: eoepca/registration-harvester:latest,eoepca/registration-harvester:${{ env.HARVESTER_VERSION }}

0 comments on commit 186474b

Please sign in to comment.