Skip to content

Bump github.com/joho/godotenv from 1.3.0 to 1.5.1 (#34) #52

Bump github.com/joho/godotenv from 1.3.0 to 1.5.1 (#34)

Bump github.com/joho/godotenv from 1.3.0 to 1.5.1 (#34) #52

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build Image
run: docker build .