fix action version in demo

the demo used v1 with 'tags' input that was introduced with v2
This commit is contained in:
K3rnelPan1c 2021-02-14 21:55:40 +01:00 committed by GitHub
parent 9deeef6ee2
commit fc05b69db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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