Update action.yml
This commit is contained in:
parent
74676cfef4
commit
27be9253ef
@ -32,13 +32,7 @@ runs:
|
||||
DOCKER_HOST: unix:///run/podman/podman.sock
|
||||
shell: bash
|
||||
run: "./gradlew -Pversion=${{ gitea.ref_name }} clean shadowJar -Dorg.gradle.jvmargs=-Xmx4096M --parallel --no-daemon --no-watch-fs --stacktrace"
|
||||
- name: Log in to Repository
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
|
||||
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
||||
password: ${{ vars.DOCKER_REGISTRY_PASSWORD }}
|
||||
- name: Buildah Action
|
||||
- name: Build Docker Image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user