Updating redhat-actions versions

This commit is contained in:
Ben Radey
2023-06-01 21:57:14 -04:00
parent 4b239300e7
commit e3d19babcd
+2 -2
View File
@@ -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"