Обновить action.yaml
This commit is contained in:
parent
245a6fd293
commit
eaa47fae59
@ -1,3 +1,4 @@
|
|||||||
|
# action.yml
|
||||||
name: 'Reusable test job'
|
name: 'Reusable test job'
|
||||||
description: 'Test for images'
|
description: 'Test for images'
|
||||||
|
|
||||||
@ -17,14 +18,8 @@ inputs:
|
|||||||
description: 'Repo with building script'
|
description: 'Repo with building script'
|
||||||
default: 'image-forge'
|
default: 'image-forge'
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Update apt
|
|
||||||
uses: ${{ gitea.server_url }}/actions/init-alt-env@v1
|
|
||||||
- name: Install requires
|
|
||||||
run: |
|
|
||||||
echo "apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah curl jq"
|
|
||||||
apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah curl jq
|
|
||||||
- name: Check inputs
|
- name: Check inputs
|
||||||
run: |
|
run: |
|
||||||
echo "image=${{ inputs.image }}"
|
echo "image=${{ inputs.image }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user