From f0d247272824c5730b6333dee85b63ff8dcfef74 Mon Sep 17 00:00:00 2001 From: Kirill Penchukov Date: Sat, 4 Nov 2023 23:41:20 +0000 Subject: [PATCH] Fixed the docker hub repo name --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index bda3efb..752377a 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -60,6 +60,6 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/fastapi:latest + tags: ${{ secrets.DOCKER_HUB_USERNAME }}/sm-fastapi:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max