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"