Update .github/workflows/root.yml
This commit is contained in:
parent
c689e4c9a0
commit
d3c2f54fc6
1 changed files with 5 additions and 2 deletions
7
.github/workflows/root.yml
vendored
7
.github/workflows/root.yml
vendored
|
@ -62,5 +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 Docker image
|
||||
run: docker push -a pi5:8125/jansel/feixiao
|
||||
- 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue