mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
fix action version in demo
the demo used v1 with 'tags' input that was introduced with v2
This commit is contained in:
parent
9deeef6ee2
commit
fc05b69db4
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v1
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: my-new-image
|
image: my-new-image
|
||||||
tags: v1 ${{ github.sha }}
|
tags: v1 ${{ github.sha }}
|
||||||
|
@ -190,7 +190,7 @@ jobs:
|
||||||
- run: mvn package
|
- run: mvn package
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
uses: redhat-actions/buildah-build@v1
|
uses: redhat-actions/buildah-build@v2
|
||||||
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