Update .github/workflows/root.yml
This commit is contained in:
parent
834d357855
commit
2d0f156f45
1 changed files with 5 additions and 2 deletions
7
.github/workflows/root.yml
vendored
7
.github/workflows/root.yml
vendored
|
@ -61,5 +61,8 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.PW }}
|
||||
|
||||
- name: Push to Gitea Registry
|
||||
run: docker build pi5:8125/jansel/feixiao .
|
||||
- name: Build the Docker image
|
||||
run: docker build -t pi5:8125/jansel/feixiao .
|
||||
|
||||
- name: Push the Docker image
|
||||
run: docker push pi5:8125/jansel/feixiao
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue