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'