reverse order
This commit is contained in:
parent
d3c2f54fc6
commit
72180525a4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/root.yml
vendored
8
.github/workflows/root.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue