Skip to content

Commit

Permalink
NH-15440: Temporarily disabling publish of :latest
Browse files Browse the repository at this point in the history
it will be re-enabled later, not because it is needed (we won't use it in our published manifest), but because it is good practices in Docker Hub to have latest pointing to the latest image
  • Loading branch information
gantrior committed Jul 19, 2022
1 parent 1433c6d commit 438d009
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ jobs:
- name: Push as specific
run: docker push ${{ env.DOCKERHUB_IMAGE }}:${{ steps.vars.outputs.tag }}

- name: Push as latest
run: docker push ${{ env.DOCKERHUB_IMAGE }}:latest
# Temporarily disabled
# - name: Push as latest
# run: docker push ${{ env.DOCKERHUB_IMAGE }}:latest

0 comments on commit 438d009

Please sign in to comment.