From 24eb4d35eee3c6b6ef19197ce276137808af0549 Mon Sep 17 00:00:00 2001 From: Sthope Date: Tue, 23 Apr 2024 20:10:32 +0200 Subject: [PATCH] Update .gitea/workflows/build-image.yml --- .gitea/workflows/build-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 6e94e5a..c42554f 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push run: | - docker build -t $DOCKERHUB_USERNAME/${GITEA_REPOSITORY_NAME}:latest . - docker push $DOCKERHUB_USERNAME/${GITEA_REPOSITORY_NAME}:latest - docker tag $DOCKERHUB_USERNAME/${GITEA_REPOSITORY_NAME}:latest $DOCKERHUB_USERNAME/${GITEA_REPOSITORY_NAME}:latest - docker push $DOCKERHUB_USERNAME/${GITEA_REPOSITORY_NAME}:latest + docker build -t sthopeless/iventoy:latest . + docker push sthopeless/iventoy:latest + docker tag sthopeless/iventoy:latest sthopeless/iventoy:latest + docker push sthopeless/iventoy:latest