Skip to content

feat: ci and container images (#1) #1

feat: ci and container images (#1)

feat: ci and container images (#1) #1

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches: main
jobs:
login:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: false
tags: ghcr.io/notnmeyer/mockpi:latest