1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

container -> docker_iamge

This commit is contained in:
shimataro 2022-12-20 20:00:27 +09:00
parent 321f3709f5
commit 6ad9fdaea7
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 20 additions and 20 deletions

View file

@ -15,12 +15,12 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
container:
docker_image:
- quay.io/centos/centos:centos7
- quay.io/centos/centos:stream8
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
container: ${{ matrix.container }}
docker_image: ${{ matrix.docker_image }}
package_installation_command: yum install -y git openssh-clients
secrets: inherit