Skip to content

Test commit

Test commit #5

Workflow file for this run

---
name: ci
on:
push:
branches:
- master
- main
- tickets/*
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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
image: ${{ github.repository }}
push: true