Skip to content

arg parse, grace shutdown, concurrency #1

arg parse, grace shutdown, concurrency

arg parse, grace shutdown, concurrency #1

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v4
with:
push: true
tags: |
ghcr.io/PEERINGTestbed/peeringmon_exporter:${{ github.sha }}
ghcr.io/PEERINGTestbed/peeringmon_exporter:latest