chore: rename project artifacts to CPMP

This commit is contained in:
Wikid82
2025-11-19 18:07:36 -05:00
parent 55e85db1d8
commit 50d710ba7b
12 changed files with 29 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}/${{ github.event.repository.name }}
IMAGE_NAME: ${{ github.repository_owner }}/cpmp
jobs:
build-and-push:
@@ -30,11 +30,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Normalize image name
run: |
raw="${{ github.repository_owner }}/${{ github.event.repository.name }}"
echo "IMAGE_NAME=$(echo "$raw" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Determine skip condition
id: skip
run: |