5 Commits

4 changed files with 6 additions and 6 deletions

View File

@@ -17,18 +17,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to GHCR
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: git.abunchofknowitalls.com
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: git.abunchofknowitalls.com/${{ gitea.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@v5

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2025 Joshua Higgins
Copyright (c) 2025 Joshua Higgins & RPI Minds and Machines
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal