Skip to content

Bump ip from 2.0.0 to 2.0.1 #204

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #204

# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: Docker container (Ubuntu)
on:
- push
jobs:
verify:
name: Verify
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
docker_image:
- ubuntu:20.04
- ubuntu:22.04
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
docker_image: ${{ matrix.docker_image }}
package_installation_command: |
apt update
apt install -y openssh-client git
secrets: inherit