Skip to content

refactor: Use stdlib log/slog instead of github.com/rs/zerolog #11

refactor: Use stdlib log/slog instead of github.com/rs/zerolog

refactor: Use stdlib log/slog instead of github.com/rs/zerolog #11

Workflow file for this run

name: Docker
on:
workflow_dispatch:
push:
branches:
- 'master'
jobs:
docker:
name: Publish docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Build and Push image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/lukasdietrich/dynflare:latest