File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 27
27
./mvnw ${MAVEN_ARGS} -q build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
28
28
git config --local user.email "[email protected] "
29
29
git config --local user.name "GitHub Action"
30
- git commit -m "Set new SNAPSHOT version into pom files." -a
30
+ git commit -m "Set new SNAPSHOT version into pom file(s)." -a
31
+ - name : Upload Assets
32
+
33
+ with :
34
+ files : " target/kubernetes/*"
35
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
36
+ release-tag : ${{ github.event.release.tag_name }}
31
37
- name : Push changes
32
38
uses : ad-m/github-push-action@master
33
39
with :
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ quarkus.kubernetes.image-pull-policy=if-not-present
6
6
# Uber Jar is required because of this issue: https://github.com/quarkusio/quarkus/issues/39833
7
7
quarkus.package.type =uber-jar
8
8
quarkus.jib.jvm-additional-arguments =-Dpolyglot.engine.WarnInterpreterOnly=false
9
+ # To inherit visibility from the repo
10
+ quarkus.container-image.labels."org.opencontainers.image.source" =https://github.com/csviri/resource-glue-operator
11
+ quarkus.container-image.labels."org.opencontainers.image.documentation" =https://github.com/csviri/resource-glue-operator?tab=readme-ov-file#documentation
You can’t perform that action at this time.
0 commit comments