Update .gitea/workflows/test_build_and_push.yaml
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Kaniko build htop
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/htop:latest
|
||||
image: uleenucks/htop
|
||||
path: htop
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Kaniko build lynx
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/lynx:latest
|
||||
image: uleenucks/lynx
|
||||
path: lynx
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: Kaniko build mtr
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/mtr:latest
|
||||
image: uleenucks/mtr
|
||||
path: mtr
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Kaniko build nmap
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/nmap:latest
|
||||
image: uleenucks/nmap
|
||||
path: nmap
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Kaniko build postgres-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/postgres-backup:latest
|
||||
image: uleenucks/postgres-backup
|
||||
path: postgres-backup
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
- name: Kaniko build pyweb
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/pyweb:latest
|
||||
image: uleenucks/pyweb
|
||||
path: pyweb
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
- name: Kaniko build shellcheck
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/shellcheck:latest
|
||||
image: uleenucks/shellcheck
|
||||
path: shellcheck
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Kaniko build traceroute
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/traceroute:latest
|
||||
image: uleenucks/traceroute
|
||||
path: traceroute
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Kaniko build vaultwarden-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/vaultwarden-backup:latest
|
||||
image: uleenucks/vaultwarden-backup
|
||||
path: vaultwarden-backup
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user