Skip to content

v0.5: remove binary build #23

v0.5: remove binary build

v0.5: remove binary build #23

Workflow file for this run

name: Docker Image CI
on:
push:
tags:
- "*"
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- name: Build and Push Container to ghcr.io
uses: GlueOps/[email protected]
with:
tags: latest,${{ github.ref_name }}