Skip to content

update base images; update extensions; update openvsx version #1

update base images; update extensions; update openvsx version

update base images; update extensions; update openvsx version #1

#
# Copyright (c) 2020-2025 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
name: Plugin Registry - PR check - Build
on:
pull_request:
paths:
- '**'
jobs:
image-build:
runs-on: ubuntu-24.04
steps:
- name: Clone source code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Login to the Red Hat Registry
uses: azure/docker-login@83efeb77770c98b620c73055fbb59b2847e17dc0
with:
login-server: registry.redhat.io
username: ${{ secrets.REGISTRY_REDHAT_IO_USERNAME }}
password: ${{ secrets.REGISTRY_REDHAT_IO_PASSWORD }}
- name: image-build
run: |
export SKIP_FORMAT=true
export SKIP_LINT=true
export SKIP_TEST=true
BUILDER=docker ./build.sh --tag pr-check