Compare commits
1 Commits
1.4.0-dev.2
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4803ae78c9 |
@@ -25,7 +25,6 @@ jobs:
|
||||
./gradlew bootJar -x test
|
||||
-PartefactVersion="${{ gitea.event.release.tag_name }}"
|
||||
-PbuildChannel=stable
|
||||
-Pvendor=${{ vars.VENDOR }}
|
||||
|
||||
- name: Resolve JAR file path
|
||||
id: jar
|
||||
@@ -51,7 +50,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ vars.DOCKER_HUB_TOKEN }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Generate image tags
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user