feat: replace Dockerfiles with Containerfiles for various images
Some checks failed
Build and push / check and test (push) Failing after 8s
Build and push / build_and_push (map[name:metabase path:metabase]) (push) Has been skipped
Build and push / build_and_push (map[name:postgres-backup path:postgres-backup]) (push) Has been skipped
Build and push / build_and_push (map[name:pyweb path:pyweb]) (push) Has been skipped
Build and push / build_and_push (map[name:shellcheck path:shellcheck]) (push) Has been skipped
Build and push / build_and_push (map[name:vaultwarden-backup path:vaultwarden-backup]) (push) Has been skipped

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2026-04-15 17:25:49 +02:00
parent d55f2412f8
commit 732ac5c186
11 changed files with 1 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ jobs:
image: uleenucks/${{ matrix.image.name }}
tags: latest
containerfiles: |
${{ matrix.image.path }}/Dockerfile
${{ matrix.image.path }}/Containerfile
- name: Push ${{ matrix.image.name }} to Docker Hub
uses: redhat-actions/push-to-registry@v2