We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f331e commit f71c6ccCopy full SHA for f71c6cc
.github/workflows/build_and_publish_docker.yaml
@@ -75,10 +75,3 @@ jobs:
75
if [ "${{ steps.vars.outputs.latest }}" = "true" ]; then
76
echo "Also tagged as :latest"
77
fi
78
- - name: Create GitHub Release
79
- if: startsWith(github.ref, 'refs/tags/') && steps.vars.outputs.latest == 'true'
80
- uses: softprops/action-gh-release@v1
81
- with:
82
- tag_name: ${{ steps.vars.outputs.tag }}
83
- name: Release ${{ steps.vars.outputs.tag }}
84
- generate_release_notes: true
0 commit comments