Skip to content

Commit 4516707

Browse files
committed
bump version and fix workflows
1 parent 59bd49f commit 4516707

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
type=semver,pattern={{major}}.{{minor}}
6767
type=semver,pattern={{major}}
6868
flavor: |
69-
latest=true
69+
latest=${{ matrix.variant.name == 'minimal' }}
70+
suffix=${{ matrix.variant.suffix }}
7071
labels: |
7172
org.opencontainers.image.title=xenos (${{ matrix.variant.name }})
7273
org.opencontainers.image.description=${{ matrix.variant.description }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
build:
10+
permissions:
11+
contents: write
1012
strategy:
1113
matrix:
1214
include:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["metrics", "metrics/metrics-macros"]
44
[package]
55
name = "xenos"
66
description = "Minecraft Profile Information Proxy"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
authors = [
99
"Joshua Dean Küpper <admin@joshua-kuepper.de>",
1010
"Paul Wagner <contact@paulwagner.dev>"

0 commit comments

Comments
 (0)