We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d6421 commit 39d9e4dCopy full SHA for 39d9e4d
2 files changed
.github/workflows/auto-docker-latest.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
2
# For more information see: https://github.com/actions/setup-java#publishing-using-gradle
3
4
-name: docker image latest push
+name: docker latest
5
6
on:
7
push:
.github/workflows/manual-release.yml
@@ -28,7 +28,6 @@ jobs:
28
29
- name: Application Jar Release
30
uses: softprops/action-gh-release@v1
31
- if: startsWith(github.ref, 'refs/tags/')
32
with:
33
tag_name: ${{ github.event.inputs.tag }}
34
files: api/build/libs/databasir.jar
0 commit comments