Skip to content

chore: upgrade to latest workflows #72

chore: upgrade to latest workflows

chore: upgrade to latest workflows #72

Workflow file for this run

name: tags
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: setup etc for org.build.yml
run: |
echo "WORKFLOW_ETC_BASE64JSON=$(echo '{"unraid":false, "nobody":false}' | base64 -w 0)" >> "${GITHUB_ENV}"
- name: build container images
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7
with:
workflow: org.build.yml
wait-for-completion: false
token: "${{ secrets.REPOSITORY_TOKEN }}"
inputs: '{ "ref":"${{ github.ref_name }}", "etc":"${{ env.WORKFLOW_ETC_BASE64JSON }}" }'