Skip to content

Commit

Permalink
github actions are ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognian committed Dec 11, 2023
1 parent 478b4ac commit 4860034
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildwithdocker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: buildwithdocker-on-push
# !!!! IMPORTANT
# for this to function properly there should be NO latest tag on any commit
# delete latest on remote: git push origin :latest
# delete locally: git tag --delete latest

on:
push:
Expand Down Expand Up @@ -84,7 +88,7 @@ jobs:
if: ${{startsWith(github.ref, 'refs/heads/master')}}
uses: "softprops/action-gh-release@v1"
with:
tag_name: "latest"
tag_name: "latest" # we are tagging the github repo (origin)
prerelease: true
generate_release_notes: true
name: "Development Build"
Expand Down

0 comments on commit 4860034

Please sign in to comment.