version bump due to being close to the point where I'll start using this
This commit is contained in:
parent
6dfccf331d
commit
10ea8c2177
2 changed files with 2 additions and 2 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.1
|
tags: ghcr.io/pagwin2/psb:v2
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Build and push Docker image (latest)
|
- name: Build and push Docker image (latest)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ name: psb
|
||||||
-- PVP summary: +-+------- breaking API changes
|
-- PVP summary: +-+------- breaking API changes
|
||||||
-- | | +----- non-breaking API additions
|
-- | | +----- non-breaking API additions
|
||||||
-- | | | +--- code changes with no API change
|
-- | | | +--- code changes with no API change
|
||||||
version: 0.1.0.0
|
version: 0.2.0.0
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue