Update .github/workflows/root.yml

This commit is contained in:
jansel 2024-12-13 02:49:10 +00:00
parent 47f281ed5b
commit 19daee5212

View file

@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.PW }}
- name: Build the Docker image
run: docker build -t pi5:8125/jansel/feixiao .
run: docker build -t pi5:8125/jansel/feixiao:latest -t pi5:8125/jansel/feixiao:${{ gitea.run_number }} .
- name: Push the Docker image
run: docker push pi5:8125/jansel/feixiao