POUSH
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_DOCKER_USER }}
|
||||
password: ${{ secrets.REGISTRY_DOCKER_PASS }}
|
||||
|
||||
- name: git clone repo
|
||||
- name: clone & build & push
|
||||
run: |
|
||||
git clone https://github.com/EnableSecurity/wafw00f
|
||||
cd wafw00f
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [never]
|
||||
on: [push]
|
||||
|
||||
## Exemple https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml
|
||||
|
||||
@@ -19,3 +19,9 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: staffadmin/wafw00f
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
Reference in New Issue
Block a user