1
0

reverse order
All checks were successful
Build & Publish / build (push) Successful in 3m20s

This commit is contained in:
Jannik Reimers 2024-12-13 03:10:16 +00:00
parent d3c2f54fc6
commit 72180525a4

View File

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