Update .gitea/workflows/test_build_and_push.yaml
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
name: Build and push
|
||||
on:
|
||||
schedule:
|
||||
- cron: '45 * * * *'
|
||||
# cron is not yet working
|
||||
#schedule:
|
||||
# - cron: '45 * * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -26,7 +27,7 @@ jobs:
|
||||
- name: Kaniko build htop
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/htop
|
||||
image: uleenucks/htop:latest
|
||||
path: htop
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -36,7 +37,7 @@ jobs:
|
||||
- name: Kaniko build lynx
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/lynx
|
||||
image: uleenucks/lynx:latest
|
||||
path: lynx
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -46,7 +47,7 @@ jobs:
|
||||
- name: Kaniko build mtr
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/mtr
|
||||
image: uleenucks/mtr:latest
|
||||
path: mtr
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -56,7 +57,7 @@ jobs:
|
||||
- name: Kaniko build nmap
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/nmap
|
||||
image: uleenucks/nmap:latest
|
||||
path: nmap
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -66,7 +67,7 @@ jobs:
|
||||
- name: Kaniko build postgres-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/postgres-backup
|
||||
image: uleenucks/postgres-backup:latest
|
||||
path: postgres-backup
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -76,7 +77,7 @@ jobs:
|
||||
- name: Kaniko build pyweb
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/pyweb
|
||||
image: uleenucks/pyweb:latest
|
||||
path: pyweb
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -86,7 +87,7 @@ jobs:
|
||||
- name: Kaniko build shellcheck
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/shellcheck
|
||||
image: uleenucks/shellcheck:latest
|
||||
path: shellcheck
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -96,7 +97,7 @@ jobs:
|
||||
- name: Kaniko build traceroute
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/traceroute
|
||||
image: uleenucks/traceroute:latest
|
||||
path: traceroute
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@@ -106,7 +107,7 @@ jobs:
|
||||
- name: Kaniko build vaultwarden-backup
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
image: uleenucks/vaultwarden-backup
|
||||
image: uleenucks/vaultwarden-backup:latest
|
||||
path: vaultwarden-backup
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user