Skip to content

Switch to versioned images #138

Switch to versioned images

Switch to versioned images #138

Workflow file for this run

name: build
on:
push:
branches:
- master
tags:
- v*
jobs:
test:
uses: greboid/.github/.github/workflows/go-test.yml@master
secrets: inherit
container:
uses: greboid/.github/.github/workflows/docker.yml@master
secrets: inherit
needs: [test]