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,7 +15,7 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
container:
docker_image:
- alpine:3.10
- alpine:3.11
- alpine:3.12
@ -23,6 +23,6 @@ jobs:
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
container: ${{ matrix.container }}
docker_image: ${{ matrix.docker_image }}
package_installation_command: apk add openssh-client git
secrets: inherit