Update .github/workflows/root.yml

This commit is contained in:
jansel 2024-12-11 21:12:43 +00:00
parent 834d357855
commit 2d0f156f45

View file

@ -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