From e3d19babcdb3ca57723856184d7b56fe118d6552 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Thu, 1 Jun 2023 21:57:14 -0400 Subject: [PATCH] Updating redhat-actions versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ee7ee6..de56ede 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"