Compare commits

..

4 Commits

Author SHA1 Message Date
a9e1d1e5d9 Implement rudimentary link shortening service and wire everything together
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m55s
2026-06-02 19:34:58 +02:00
1b4d23f9aa Generated Protobuf stubs 2026-06-02 19:34:58 +02:00
e265e2d303 Telemetry system 2026-06-02 19:34:58 +02:00
6799e63993 CI/CD - build docker container 2026-06-02 19:34:48 +02:00

View File

@@ -42,5 +42,5 @@ jobs:
- name: Push Docker Images
run: |
buildah push ${{ steps.tag.outputs.value }} docker://git.kocoder.xyz/vt/solid-demo:${{ steps.tag.outputs.value }}
buildah push latest docker://git.kocoder.xyz/vt/solid-demo:latest
buildah push ${{ steps.tag.outputs.value }} docker://git.kocoder.xyz/vt/link-shortening-service:${{ steps.tag.outputs.value }}
buildah push latest docker://git.kocoder.xyz/vt/link-shortening-service:latest