mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
chore: address review feedback version bump
This commit is contained in:
parent
b6d3d054e6
commit
257998d0c6
3 changed files with 5 additions and 5 deletions
|
@ -129,7 +129,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Buildah Action
|
||||
uses: redhat-actions/buildah-build@v3
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: my-new-image
|
||||
tags: v1 ${{ github.sha }}
|
||||
|
@ -171,7 +171,7 @@ jobs:
|
|||
- run: mvn package
|
||||
|
||||
- name: Build Image
|
||||
uses: redhat-actions/buildah-build@v3
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
base-image: docker.io/fabric8/java-alpine-openjdk11-jre
|
||||
image: my-new-image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue