From 9ecde51921836c7a7ce8ee3c6b8f2922800a7057 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 9 Jun 2025 16:58:15 -0400 Subject: [PATCH] lowercase --- .github/workflows/build-container.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 24ab161..04189a6 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: ghcr.io/Pagwin2/psb:v1 + tags: ghcr.io/pagwin2/psb:v1 labels: ${{ steps.meta.outputs.labels }} - name: Build and push Docker image (latest) @@ -52,5 +52,5 @@ jobs: with: context: . push: true - tags: ghcr.io/Pagwin2/psb:latest + tags: ghcr.io/pagwin2/psb:latest labels: ${{ steps.meta.outputs.labels }} diff --git a/action.yml b/action.yml index 8864ec1..5ff84d8 100644 --- a/action.yml +++ b/action.yml @@ -3,4 +3,4 @@ name: 'psb' description: 'Use PSB to build static a static site' runs: using: 'docker' - image: 'docker://ghcr.io/Pagwin2/psb:v1' + image: 'docker://ghcr.io/pagwin2/psb:v1'