lowercase
This commit is contained in:
parent
91ccf173ba
commit
9ecde51921
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-container.yml
vendored
4
.github/workflows/build-container.yml
vendored
|
@ -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 }}
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue