1
0

Update .github/workflows/root.yml
All checks were successful
Build & Publish / build (push) Successful in 3m38s

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

View File

@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.PW }} password: ${{ secrets.PW }}
- name: Build the Docker image - 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 - name: Push the Docker image
run: docker push pi5:8125/jansel/feixiao run: docker push pi5:8125/jansel/feixiao