Skip to content

Test commit

Test commit #3

Workflow file for this run

---
name: ci
on:
push:
branches:
- master
- main
- tickets/*
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Build and push
uses: roceb/build-and-push-to-ghcr@main
id: build
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64,linux/arm64
push: true