Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Update golang Docker tag to v1.21.0 #154

Update golang Docker tag to v1.21.0

Update golang Docker tag to v1.21.0 #154

Workflow file for this run

name: CI
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Build
run: docker build -t crazyuploader/pinger:latest .
- name: Docker Compose Run
run: |
cp .env-example .env
docker-compose up --detach
- name: Run ShellCheck
run: shellcheck *.sh