mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 12:11:45 +00:00
12 lines
303 B
YAML
12 lines
303 B
YAML
name: 'mixer-tools CI Docker image'
|
|
description: 'Build and run tests in mixer-tools CI Docker image'
|
|
inputs:
|
|
runfunc:
|
|
description: 'Function to run'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
env:
|
|
GOCACHE: /tmp/gocache # change default cache to avoid permission issues
|