Skip to content

Commit

Permalink
disable non-latest push
Browse files Browse the repository at this point in the history
  • Loading branch information
janpreet committed Jul 29, 2024
1 parent 41ae41a commit 056c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Push Docker image to GitHub Packages
run: |
docker push ${{ env.DOCKER_IMAGE }}:latest
docker push ${{ env.DOCKER_IMAGE }}:${{ steps.version.outputs.version }}
#docker push ${{ env.DOCKER_IMAGE }}:${{ steps.version.outputs.version }}
- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 056c046

Please sign in to comment.