Skip to content

Add timestamp with local system time during scrape #30

Add timestamp with local system time during scrape

Add timestamp with local system time during scrape #30

Workflow file for this run

name: Release
on: [push]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build and Push Image
with:
image: access-controller-controller
registry: ghcr.io
dockerfile: Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}