chore: change to fully qualified docker image (#98)
All checks were successful
CD / Test (push) Successful in 58s
CD / Create tag (push) Successful in 13s
CD / Build and push (amd64) (push) Successful in 31s
CD / Build and push (arm64) (push) Successful in 1m36s
CD / Create manifest (push) Successful in 1m37s

Reviewed-on: #98
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #98.
This commit is contained in:
2026-02-20 21:36:18 +01:00
committed by t.behrendt
parent 5bd350a388
commit a5577af3cc

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.3.6@sha256:f20d9cf365ab35529384f1717687c739c92e6f39157a35a95ef06f4049a10e4a AS base
FROM docker.io/oven/bun:1.3.6@sha256:f20d9cf365ab35529384f1717687c739c92e6f39157a35a95ef06f4049a10e4a AS base
WORKDIR /app