* MOD: workflow tests
All checks were successful
Build and push / build_and_push (push) Successful in 28s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 13:49:14 +01:00
parent dcac760df7
commit ae4c6b8a85

View File

@@ -33,7 +33,6 @@ jobs:
uses: aevea/action-kaniko@master
with:
image: uleenucks/htop
build_file: htop/Dockerfile
path: htop
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -44,7 +43,6 @@ jobs:
uses: aevea/action-kaniko@master
with:
image: uleenucks/lynx
build_file: lynx/Dockerfile
path: lynx
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}