swapped version to allow for possibility of using old builder for blog if needed
This commit is contained in:
parent
b834cd6dbb
commit
79e54b112b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-container.yml
vendored
2
.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.1
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Build and push Docker image (latest)
|
- name: Build and push Docker image (latest)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue