feat: don't build unneded images
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -23,50 +23,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Kaniko build htop
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/htop
|
||||
tag: latest
|
||||
path: htop
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build lynx
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/lynx
|
||||
tag: latest
|
||||
path: lynx
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build mtr
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/mtr
|
||||
tag: latest
|
||||
path: mtr
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build nmap
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/nmap
|
||||
tag: latest
|
||||
path: nmap
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build postgres-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
@@ -100,17 +56,6 @@ jobs:
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build traceroute
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/traceroute
|
||||
tag: latest
|
||||
path: traceroute
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
cache: false
|
||||
exra_args: --cleanup
|
||||
|
||||
- name: Kaniko build vaultwarden-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user