Skip to content

Commit f71c6cc

Browse files
committed
restore workflow
1 parent f8f331e commit f71c6cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_and_publish_docker.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,3 @@ jobs:
7575
if [ "${{ steps.vars.outputs.latest }}" = "true" ]; then
7676
echo "Also tagged as :latest"
7777
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

Comments
 (0)