Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /publisher in the go-modules-updates group #878

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /publisher in the go-modules-updates group

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /publisher in the go-modules-updates group #878

Workflow file for this run

name: build
on:
push:
branches:
tags:
paths:
- '.github/workflows/ci.yml'
- 'publisher/**'
pull_request:
paths:
- '.github/workflows/ci.yml'
- 'publisher/**'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v2
- name: build publisher image
run: docker build -t radio-t/publisher .
working-directory: publisher