Skip to content

Commit

Permalink
Merge pull request #55 from solarwinds/feature/NH-15440-stop-producin…
Browse files Browse the repository at this point in the history
…g-latest

NH-15440: Temporarily disabling publish of `:latest`
  • Loading branch information
gantrior authored Jul 19, 2022
2 parents 1433c6d + 438d009 commit 6b0d884
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 6b0d884

Please sign in to comment.