Attempt to fix CI by removing checkout step 2
This commit is contained in:
parent
b2b4de3561
commit
e89f18f439
|
|
@ -10,8 +10,6 @@ jobs:
|
||||||
runs-on: arm64
|
runs-on: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
|
||||||
|
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.cicd }} | docker login http://192.168.0.75:3000 -u ${{ gitea.actor }} --password-stdin
|
echo ${{ secrets.cicd }} | docker login http://192.168.0.75:3000 -u ${{ gitea.actor }} --password-stdin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue