* MOD: workflow tests
All checks were successful
Build and push / build_and_push (push) Successful in 28s
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user