Fix: Buildah push
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m1s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m1s
This commit is contained in:
@@ -33,6 +33,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Push Docker Images
|
- name: Push Docker Images
|
||||||
run: |
|
run: |
|
||||||
buildah push ${{ github.sha }} docker://git.kocoder.xyz/kocoded/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db:${{ github.sha }}
|
buildah push ${{ github.sha }} docker://git.kocoder.xyz/kocoded/kocoder_smarterrent:${{ github.sha }}
|
||||||
buildah push ${{ github.sha }}-tooling docker://git.kocoder.xyz/kocoded/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db_init_db:${{ 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/2025_5BHITN_Hintermayer_Konstantin_smarterrent_db:latest
|
buildah push latest docker://git.kocoder.xyz/kocoded/kocoder_smarterrent:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user