Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump docker/login-action from 2 to 3 #539

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #539

Workflow file for this run

name: check s2i build
on: [pull_request]
jobs:
build:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
name: Integration Tests
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: |
wget https://github.com/openshift/source-to-image/releases/download/v1.3.1/source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
tar -xvf source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
sudo cp s2i /usr/local/bin
- name: Build image
run: |
s2i build . centos/python-38-centos7 cscfi/beacon-python