From d3c2f54fc63223ecf3553034cc16829bf6d2a94d Mon Sep 17 00:00:00 2001 From: jansel Date: Fri, 13 Dec 2024 03:04:23 +0000 Subject: [PATCH] Update .github/workflows/root.yml --- .github/workflows/root.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 01ef38c..7e50421 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -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 }} \ No newline at end of file