Skip to content

Commit 4860034

Browse files
committed
github actions are ...
1 parent 478b4ac commit 4860034

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/buildwithdocker.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: buildwithdocker-on-push
2+
# !!!! IMPORTANT
3+
# for this to function properly there should be NO latest tag on any commit
4+
# delete latest on remote: git push origin :latest
5+
# delete locally: git tag --delete latest
26

37
on:
48
push:
@@ -84,7 +88,7 @@ jobs:
8488
if: ${{startsWith(github.ref, 'refs/heads/master')}}
8589
uses: "softprops/action-gh-release@v1"
8690
with:
87-
tag_name: "latest"
91+
tag_name: "latest" # we are tagging the github repo (origin)
8892
prerelease: true
8993
generate_release_notes: true
9094
name: "Development Build"

0 commit comments

Comments
 (0)