diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 89c1825..8fe5808 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -40,9 +40,7 @@ jobs: - name: 'Build Inventory Image' env: - ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: reponame IMAGE_TAG: ${{ env.GIT_TAG }} run: | - docker build -f docker/Dockerfile . -t ghcr.io/manimatter/decluttarr:$IMAGE_TAG + docker build -f docker/Dockerfile -t ghcr.io/manimatter/decluttarr:$IMAGE_TAG . docker push ghcr.io/manimatter/decluttarr:latest \ No newline at end of file