4 Commits

Author SHA1 Message Date
ce74bd9514 chore(deps): update dependency bun to v1.2.9
All checks were successful
CI / Test (pull_request) Successful in 1m39s
2025-04-11 22:52:34 +02:00
0a8eb52698 chore(deps): update oven/bun docker tag to v1.2.9 2025-04-11 22:52:26 +02:00
114014edac chore: Configure Renovate (#16)
All checks were successful
CD / Test (push) Successful in 19s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 2m31s
CD / Create manifest (push) Successful in 10s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-11 22:41:35 +02:00
21c5c4a11b ci: fix repo name after org migration (#15)
All checks were successful
CD / Test (push) Successful in 22s
CD / Build and push (amd64) (push) Successful in 1m14s
CD / Build and push (arm64) (push) Successful in 3m12s
CD / Create manifest (push) Successful in 10s
Reviewed-on: T00N/ts3gotify#15
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-04-11 22:35:51 +02:00
4 changed files with 10 additions and 7 deletions

View File

@@ -1 +1 @@
1.1.42
1.2.9

View File

@@ -68,7 +68,7 @@ jobs:
push: true
provenance: false
tags: |
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-${{ matrix.arch }}
${{ env.DOCKER_REGISTRY }}/t00n/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-${{ matrix.arch }}
create_manifest:
name: Create manifest
@@ -94,8 +94,8 @@ jobs:
- name: Create manifest
run: |
docker manifest create ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:latest \
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-amd64 \
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-arm64
docker manifest create ${{ env.DOCKER_REGISTRY }}/t00n/${{ steps.meta.outputs.REPO_NAME }}:latest \
${{ env.DOCKER_REGISTRY }}/t00n/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-amd64 \
${{ env.DOCKER_REGISTRY }}/t00n/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-arm64
docker manifest push ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:latest
docker manifest push ${{ env.DOCKER_REGISTRY }}/t00n/${{ steps.meta.outputs.REPO_NAME }}:latest

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.1.42 AS base
FROM oven/bun:1.2.9 AS base
WORKDIR /app

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}