test secrets
This commit is contained in:
parent
2c79e9eca6
commit
15649e452a
|
@ -14,11 +14,6 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set username and password env
|
|
||||||
run:
|
|
||||||
echo "ACCESS_TOKEN_USR=${{gitea.actor}}"
|
|
||||||
echo "ACCESS_TOKEN_PWD=${{gitea.token}}"
|
|
||||||
|
|
||||||
# KANIKO
|
# KANIKO
|
||||||
- name: Kaniko build and push
|
- name: Kaniko build and push
|
||||||
uses: aevea/action-kaniko@master
|
uses: aevea/action-kaniko@master
|
||||||
|
|
Loading…
Reference in New Issue