Skip to content

content: Starter Pack #8

content: Starter Pack

content: Starter Pack #8

name: Docker Image Publish
on:
push:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: navix
password: ${{ secrets.GHRC }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/navix/info.bsky.one:latest