Skip to content

Commit

Permalink
reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJansel committed Dec 13, 2024
1 parent d3c2f54 commit 7218052
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7218052

Please sign in to comment.