Обновить action.yaml

This commit is contained in:
Надежда Краснобородько 2024-04-15 11:35:15 +03:00
parent ae0f16b892
commit 3a5eed619f

View File

@ -20,7 +20,7 @@ runs:
using: 'composite'
steps:
- name: Update apt
uses: ${{ inputs.url }}actions/init-alt-env@v1
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"
@ -30,7 +30,7 @@ runs:
- name: Check out building repo
uses: https://gitea.com/actions/checkout@v4
with:
repository: ${{ inputs.url }}${{ inputs.repo }}/gitea-image-forge
repository: ${{ gitea.server_url }}/${{ inputs.repo }}/gitea-image-forge
- name: Get test for image
run: |
if test -f gitea-image-forge/org/$ORG/$IM/test; then testscript=$(cat ${{ gitea.workspace }}/org/$ORG/$IM/test); else testscript=""; fi