automated update: 2026-06-10 19:55:53

This commit is contained in:
root
2026-06-10 19:55:53 -04:00
parent 76fe87ac06
commit 158c7f2786
2 changed files with 38 additions and 23 deletions
+31
View File
@@ -0,0 +1,31 @@
name: Publish Docker Image
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/sudolulo/if-curator-headless:latest