1
0

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

This commit is contained in:
Jannik Reimers 2024-12-13 03:04:23 +00:00
parent c689e4c9a0
commit d3c2f54fc6

View File

@ -62,5 +62,8 @@ jobs:
- name: Build the Docker image - name: Build the Docker image
run: docker build -t pi5:8125/jansel/feixiao:latest -t pi5:8125/jansel/feixiao:${{ gitea.run_number }} . 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 latest Docker image
run: docker push -a pi5:8125/jansel/feixiao run: docker push pi5:8125/jansel/feixiao:latest
- name: Push the Docker image related to this workflow
run: docker push pi5:8125/jansel/feixiao:${{ gitea.run_number }}