Skip to content

Bump golang.org/x/crypto from 0.0.0-20210421170649-83a5a9bb288b to 0.1.0 #185

Bump golang.org/x/crypto from 0.0.0-20210421170649-83a5a9bb288b to 0.1.0

Bump golang.org/x/crypto from 0.0.0-20210421170649-83a5a9bb288b to 0.1.0 #185

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag registry.dispatch.sh/maartje/thomas-bot:$GITHUB_SHA
- name: Build the Twitter Docker image
run: docker build . --file Dockerfile.twitter --build-arg src=registry.dispatch.sh/maartje/thomas-bot:$GITHUB_SHA
- name: Build the John Docker image
run: docker build . --file Dockerfile.voice
- name: Build the Alf Docker image
run: docker build . --file Dockerfile.alf --tag registry.dispatch.sh/maartje/thomas-bot-alf:$GITHUB_SHA