Skip to content

chore(deps): bump docker/login-action from 2 to 3 #1087

chore(deps): bump docker/login-action from 2 to 3

chore(deps): bump docker/login-action from 2 to 3 #1087

#
# Copyright (c) 2022 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: "Build and verify container"
on:
- pull_request
jobs:
build:
name: "Build and verify container"
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Necessary for git diff in vale step
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and verify the container
run: tools/build-and-verify-container.sh