diff --git a/.github/workflows/build-and-push-mcps.yaml b/.github/workflows/build-and-push-mcps.yaml index 5359988..f047cf9 100644 --- a/.github/workflows/build-and-push-mcps.yaml +++ b/.github/workflows/build-and-push-mcps.yaml @@ -33,7 +33,7 @@ jobs: - name: Build image id: build_image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: ${{ github.event.repository.name }} tags: ${{ env.TAGS || 'pr-check' }} @@ -44,7 +44,7 @@ jobs: - name: Log in to quay.io if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} @@ -52,7 +52,7 @@ jobs: - name: Push the image to quay.io if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 id: push with: registry: quay.io/openstack-lightspeed