Skip to content

Debian base custom bleeding edge docker image for pika #169

Debian base custom bleeding edge docker image for pika

Debian base custom bleeding edge docker image for pika #169

Workflow file for this run

name: Debian base custom bleeding edge docker image for pika
on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/pikaos-linux/pika-base-debian-container:latest