From f866c0d3d8e2668bff2737dad3cafdc5ce65db42 Mon Sep 17 00:00:00 2001 From: Jlopez Date: Fri, 3 Feb 2023 19:40:21 -0500 Subject: [PATCH] fixed typo in secrets for deployment cd --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8e9e9d5..de8f5d7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -42,8 +42,8 @@ jobs: file: ./Dockerfile push: true tags: | - ${{ env.DOCKERHUB_REPOSITORY }}:latest - ${{ env.DOCKERHUB_REPOSITORY }}:${{ steps.tag.outputs.version }} + ${{ secrets.DOCKER_HUB_REPOSITORY }}:latest + ${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ steps.tag.outputs.version }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - name: Image digest