lowercase

This commit is contained in:
Pagwin 2025-06-09 16:58:15 -04:00
parent 91ccf173ba
commit 9ecde51921
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ghcr.io/Pagwin2/psb:v1 tags: ghcr.io/pagwin2/psb:v1
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image (latest) - name: Build and push Docker image (latest)
@ -52,5 +52,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ghcr.io/Pagwin2/psb:latest tags: ghcr.io/pagwin2/psb:latest
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}

View file

@ -3,4 +3,4 @@ name: 'psb'
description: 'Use PSB to build static a static site' description: 'Use PSB to build static a static site'
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://ghcr.io/Pagwin2/psb:v1' image: 'docker://ghcr.io/pagwin2/psb:v1'