Updating redhat-actions versions
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2.12
|
||||||
with:
|
with:
|
||||||
context: ${{ env.SERVER_IMAGE_DIR }}
|
context: ${{ env.SERVER_IMAGE_DIR }}
|
||||||
containerfiles: ${{ env.SERVER_IMAGE_DIR }}/Containerfile
|
containerfiles: ${{ env.SERVER_IMAGE_DIR }}/Containerfile
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
oci: true
|
oci: true
|
||||||
|
|
||||||
- name: Push to ghcr.io
|
- name: Push to ghcr.io
|
||||||
uses: redhat-actions/push-to-registry@v2.6
|
uses: redhat-actions/push-to-registry@v2.7
|
||||||
with:
|
with:
|
||||||
image: ${{ env.SERVER_IMAGE_NAME }}
|
image: ${{ env.SERVER_IMAGE_NAME }}
|
||||||
tags: "latest"
|
tags: "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user