chore: change image name

This commit is contained in:
xynydev 2024-02-21 17:36:36 +02:00
parent 5de929b89c
commit 6762ea6a16

View file

@ -6,15 +6,15 @@ on:
paths-ignore: # don't rebuild if only documentation has changed paths-ignore: # don't rebuild if only documentation has changed
- "**.md" - "**.md"
pull_request: pull_request:
branches: ['main'] branches: ["main"]
merge_group: merge_group:
branches: ['main'] branches: ["main"]
schedule: schedule:
- cron: '0 5 * * *' # 5 am everyday - cron: "0 5 * * *" # 5 am everyday
workflow_dispatch: workflow_dispatch:
env: env:
IMAGE_NAME: bling IMAGE_NAME: modules
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
jobs: jobs:
push-ghcr: push-ghcr:
@ -24,7 +24,7 @@ jobs:
contents: read contents: read
packages: write packages: write
id-token: write id-token: write
steps: steps:
# Checkout push-to-registry action GitHub repository # Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action - name: Checkout Push to Registry action
uses: actions/checkout@v4 uses: actions/checkout@v4