mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 17:11:23 +00:00
update: readme action sample versions
This commit is contained in:
parent
605b8c67b5
commit
fb924a6ec8
1 changed files with 4 additions and 4 deletions
|
@ -126,10 +126,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v3
|
||||||
with:
|
with:
|
||||||
image: my-new-image
|
image: my-new-image
|
||||||
tags: v1 ${{ github.sha }}
|
tags: v1 ${{ github.sha }}
|
||||||
|
@ -166,12 +166,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: mvn package
|
- run: mvn package
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v3
|
||||||
with:
|
with:
|
||||||
base-image: docker.io/fabric8/java-alpine-openjdk11-jre
|
base-image: docker.io/fabric8/java-alpine-openjdk11-jre
|
||||||
image: my-new-image
|
image: my-new-image
|
||||||
|
|
Loading…
Reference in a new issue