Skip to content

Install from tgz and fix permissions docker sock #1

Install from tgz and fix permissions docker sock

Install from tgz and fix permissions docker sock #1

Workflow file for this run

name: ci
on:
push:
branches:
- feature/*
jobs:
build-base:
uses: ./.github/workflows/_build.yml
with:
image: ${{ github.actor }}/runner-krunvm-base
file: Dockerfile.base
platforms: linux/amd64
secrets:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
build-main:
needs:
- build-base
uses: ./.github/workflows/_build.yml
with:
image: ${{ github.actor }}/runner-krunvm
file: Dockerfile
platforms: linux/amd64
build-args: |
VERSION=${{ needs.build-base.outputs.version }}
secrets:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}