Fix: Buildah push
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m1s

This commit is contained in:
2026-03-17 21:55:04 +01:00
parent c290a3af0a
commit 6575fc1d60

View File

@@ -33,6 +33,6 @@ jobs:
- name: Push Docker Images
run: |
buildah push ${{ github.sha }} docker://git.kocoder.xyz/kocoded/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db:${{ github.sha }}
buildah push ${{ github.sha }}-tooling docker://git.kocoder.xyz/kocoded/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db_init_db:${{ github.sha }}
buildah push latest docker://git.kocoder.xyz/kocoded/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db:latest
buildah push ${{ github.sha }} docker://git.kocoder.xyz/kocoded/kocoder_smarterrent:${{ github.sha }}
buildah push ${{ github.sha }}-tooling docker://git.kocoder.xyz/kocoded/kocoder_smarterrent_init_db:${{ github.sha }}
buildah push latest docker://git.kocoder.xyz/kocoded/kocoder_smarterrent:latest