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